#196C4E

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

Shades of Jewel #196C4E

Tints of Jewel #196C4E

Color information

#196C4E (or 0x196C4E) is unknown color: approx Jewel. HEX triplet: 19, 6C and 4E. RGB value is (25,108,78). Sum of RGB (Red+Green+Blue) = 25+108+78=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #196C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C4E is #E693B1. Grayscale: #4F4F4F. Windows color (decimal): -15111090 or 5139481. OLE color: 5139481.

HSL color Cylindrical-coordinate representation of color #196C4E: hue angle of 158.31º 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 #196C4E is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB2510878-
CMYK0.7700.280.58
HSL158.31º62.41%26.08%-
HSV(B)158.31º76.85%42.35%-
XYZ7.1411.489.05-
YUV79.7612788.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 108 (42.58% from 255) = 51.18%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=11.85%
G=51.18%
B=36.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25108780.7700.280.58158.3162.4126.08
Hex196C4E4D01C3A9e3e1a
Octal31154116115034722367632
Binary110011101100100111010011010111001110101001111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,108,78); }

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

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

 a { background-color: rgb(25,108,78); }

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

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

 span { border-color: rgb(25,108,78); }

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