#196242

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

Shades of Fun Green #196242

Tints of Fun Green #196242

Color information

#196242 (or 0x196242) is unknown color: approx Fun Green. HEX triplet: 19, 62 and 42. RGB value is (25,98,66). Sum of RGB (Red+Green+Blue) = 25+98+66=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #196242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196242 is #E69DBD. Grayscale: #484848. Windows color (decimal): -15113662 or 4350489. OLE color: 4350489.

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

Color convert

RGB259866-
CMYK0.7400.330.62
HSL153.7º59.35%24.12%-
HSV(B)153.7º74.49%38.43%-
XYZ5.759.346.65-
YUV72.52124.3294.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=13.23%
G=51.85%
B=34.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598660.7400.330.62153.759.3524.12
Hex1962424A0213E9a3b18
Octal31142102112041762327330
Binary1100111000101000010100101001000011111101001101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196242; }

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

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

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

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

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

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

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

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