#196B45

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

Shades of Jewel #196B45

Tints of Jewel #196B45

Color information

#196B45 (or 0x196B45) is unknown color: approx Jewel. HEX triplet: 19, 6B and 45. RGB value is (25,107,69). Sum of RGB (Red+Green+Blue) = 25+107+69=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #196B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196B45 is #E694BA. Grayscale: #4E4E4E. Windows color (decimal): -15111355 or 4549401. OLE color: 4549401.

HSL color Cylindrical-coordinate representation of color #196B45: hue angle of 152.2º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196B45 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB2510769-
CMYK0.7700.360.58
HSL152.2º62.12%25.88%-
HSV(B)152.2º76.64%41.96%-
XYZ6.7311.157.43-
YUV78.15122.8390.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 107 (42.19% from 255) = 53.23%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=12.44%
G=53.23%
B=34.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25107690.7700.360.58152.262.1225.88
Hex196B454D0243A983e1a
Octal31153105115044722307632
Binary1100111010111000101100110101001001110101001100011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196B45; }

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

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

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

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

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

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

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

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