#196B4A

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

Shades of Jewel #196B4A

Tints of Jewel #196B4A

Color information

#196B4A (or 0x196B4A) is unknown color: approx Jewel. HEX triplet: 19, 6B and 4A. RGB value is (25,107,74). Sum of RGB (Red+Green+Blue) = 25+107+74=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #196B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196B4A is #E694B5. Grayscale: #4E4E4E. Windows color (decimal): -15111350 or 4877081. OLE color: 4877081.

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

Color convert

RGB2510774-
CMYK0.7700.310.58
HSL155.85º62.12%25.88%-
HSV(B)155.85º76.64%41.96%-
XYZ6.8911.228.28-
YUV78.72125.3389.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 107 (42.19% from 255) = 51.94%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=12.14%
G=51.94%
B=35.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25107740.7700.310.58155.8562.1225.88
Hex196B4A4D01F3A9c3e1a
Octal31153112115037722347632
Binary110011101011100101010011010111111110101001110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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