Html Css Color HEX #196049 Evening Sea

📋 copy color: '#196049'

red 25 ◦ green 96 ◦ blue 73

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

Shades of Evening Sea #196049

Tints of Evening Sea #196049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 12.89%
G = 49.48%
B = 37.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#196049 (or 0x196049) is known color: Evening Sea. HEX triplet: 19, 60 and 49. RGB value is (25,96,73). Sum of RGB (Red+Green+Blue) = 25+96+73=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #196049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196049 is #E69FB6. Grayscale: #484848. Windows color (decimal): -15114167 or 4808729. OLE color: 4808729.

HSL color Cylindrical-coordinate representation of color #196049: hue angle of 160.56º 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 #196049 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 96 73 -
CMYK 0.74 0 0.24 0.62
HSL 160.56º 0.59% 0.24% -
HSV(B) 160.56º 0.74% 0.38% -
XYZ 5.79 9.05 7.75 -
YUV 72.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 25 96 73 0.74 0 0.24 0.62 160.56 0.59 0.24
Hex 19 60 49 4A 0 18 3E A1 3B 18
Octal 31 140 111 112 0 30 76 241 73 30
Binary 11001 1100000 1001001 1001010 0 11000 111110 10100001 111011 11000

Color Harmonies of #196049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196049

Black with #196049

Text Example


Text Example

White with #196049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196049; }

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

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

background-color css

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

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

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

border-color css

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

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

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