#196342

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

Shades of Fun Green #196342

Tints of Fun Green #196342

Color information

#196342 (or 0x196342) is unknown color: approx Fun Green. HEX triplet: 19, 63 and 42. RGB value is (25,99,66). Sum of RGB (Red+Green+Blue) = 25+99+66=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #196342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196342 is #E69CBD. Grayscale: #494949. Windows color (decimal): -15113406 or 4350745. OLE color: 4350745.

HSL color Cylindrical-coordinate representation of color #196342: hue angle of 153.24º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196342 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB259966-
CMYK0.7500.330.61
HSL153.24º59.68%24.31%-
HSV(B)153.24º74.75%38.82%-
XYZ5.859.526.68-
YUV73.11123.9893.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=13.16%
G=52.11%
B=34.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599660.7500.330.61153.2459.6824.31
Hex1963424B0213D993c18
Octal31143102113041752317430
Binary1100111000111000010100101101000011111011001100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196342; }

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

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

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

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

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

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

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

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