#196245

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

Shades of Jewel #196245

Tints of Jewel #196245

Color information

#196245 (or 0x196245) is unknown color: approx Jewel. HEX triplet: 19, 62 and 45. RGB value is (25,98,69). Sum of RGB (Red+Green+Blue) = 25+98+69=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #196245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196245 is #E69DBA. Grayscale: #484848. Windows color (decimal): -15113659 or 4547097. OLE color: 4547097.

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

Color convert

RGB259869-
CMYK0.7400.300.62
HSL156.16º59.35%24.12%-
HSV(B)156.16º74.49%38.43%-
XYZ5.849.377.13-
YUV72.87125.8293.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.02%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=13.02%
G=51.04%
B=35.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598690.7400.300.62156.1659.3524.12
Hex1962454A01E3E9c3b18
Octal31142105112036762347330
Binary110011100010100010110010100111101111101001110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196245; }

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

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

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

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

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

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

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

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