#196042

Color #196042 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #196042

Tints of Fun Green #196042

Color information

#196042 (or 0x196042) is unknown color: approx Fun Green. HEX triplet: 19, 60 and 42. RGB value is (25,96,66). Sum of RGB (Red+Green+Blue) = 25+96+66=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #196042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196042 is #E69FBD. Grayscale: #474747. Windows color (decimal): -15114174 or 4349977. OLE color: 4349977.

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

Color convert

RGB259666-
CMYK0.7400.310.62
HSL154.65º58.68%23.73%-
HSV(B)154.65º73.96%37.65%-
XYZ5.578.976.59-
YUV71.35124.9894.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 96 (37.89% from 255) = 51.34%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=13.37%
G=51.34%
B=35.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596660.7400.310.62154.6558.6823.73
Hex1960424A01F3E9b3b18
Octal31140102112037762337330
Binary110011100000100001010010100111111111101001101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196042; }

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

 H1.HeaderClassName
 {
   color: #196042;
 }
 .AnyTagClassName
 {
   color: #196042;
 }
</style>
background-color css

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

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

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

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

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

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