Html Css Color HEX #196052 Eden

📋 copy color: '#196052'

red 25 ◦ green 96 ◦ blue 82

#196052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #196052

Tints of Eden #196052

RGB

 RED value IS 25 (10.16% from 255) = 12.32%

 GREEN value IS 96 (37.89% from 255) = 47.29%

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 12.32%
G = 47.29%
B = 40.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#196052 (or 0x196052) is known color: Eden. HEX triplet: 19, 60 and 52. RGB value is (25,96,82). Sum of RGB (Red+Green+Blue) = 25+96+82=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #196052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196052 is #E69FAD. Grayscale: #494949. Windows color (decimal): -15114158 or 5398553. OLE color: 5398553.

HSL color Cylindrical-coordinate representation of color #196052: hue angle of 168.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196052 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 96 82 -
CMYK 0.74 0 0.15 0.62
HSL 168.17º 0.59% 0.24% -
HSV(B) 168.17º 0.74% 0.38% -
XYZ 6.11 9.18 9.43 -
YUV 73.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 25 96 82 0.74 0 0.15 0.62 168.17 0.59 0.24
Hex 19 60 52 4A 0 F 3E A8 3B 18
Octal 31 140 122 112 0 17 76 250 73 30
Binary 11001 1100000 1010010 1001010 0 1111 111110 10101000 111011 11000

Color Harmonies of #196052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196052

Black with #196052

Text Example


Text Example

White with #196052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196052; }

 p { color: rgb(25,96,82); }

 H1.HeaderClassName
 {
   color: #196052;
 }
 .AnyTagClassName
 {
   color: #196052;
 }
</style>

background-color css

<style>
 a { background-color: #196052; }

 a { background-color: rgb(25,96,82); }

 div.DivClassName
 {
   background-color: #196052;
 }
 .BgClassName
 {
   background-color: #196052;
 }
</style>

border-color css

<style>
 span { border-color: #196052; }

 span { border-color: rgb(25,96,82); }

 td.TdClassName
 {
   border-color: #196052;
 }
 .TagClassName
 {
   border-color: #196052;
 }
</style>