Html Css Color HEX #196A4F Jewel

📋 copy color: '#196A4F'

red 25 ◦ green 106 ◦ blue 79

#196A4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #196A4F

Tints of Jewel #196A4F

RGB

 RED value IS 25 (10.16% from 255) = 11.9%

 GREEN value IS 106 (41.8% from 255) = 50.48%

 BLUE value IS 79 (31.25% from 255) = 37.62%

R = 11.9%
G = 50.48%
B = 37.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#196A4F (or 0x196A4F) is known color: Jewel. HEX triplet: 19, 6A and 4F. RGB value is (25,106,79). Sum of RGB (Red+Green+Blue) = 25+106+79=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 106 (41.80% from 255 or 50.48% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 106 - color contains mainly: green. Hex color #196A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A4F is #E695B0. Grayscale: #4E4E4E. Windows color (decimal): -15111601 or 5204505. OLE color: 5204505.

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

Color convert

RGB 25 106 79 -
CMYK 0.76 0 0.25 0.58
HSL 160º 0.62% 0.26% -
HSV(B) 160º 0.76% 0.42% -
XYZ 6.97 11.08 9.17 -
YUV 78.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 25 106 79 0.76 0 0.25 0.58 160 0.62 0.26
Hex 19 6A 4F 4C 0 19 3A A0 3E 1A
Octal 31 152 117 114 0 31 72 240 76 32
Binary 11001 1101010 1001111 1001100 0 11001 111010 10100000 111110 11010

Color Harmonies of #196A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196A4F

Black with #196A4F

Text Example


Text Example

White with #196A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,106,79); }

 H1.HeaderClassName
 {
   color: #196A4F;
 }
 .AnyTagClassName
 {
   color: #196A4F;
 }
</style>

background-color css

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

 a { background-color: rgb(25,106,79); }

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

border-color css

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

 span { border-color: rgb(25,106,79); }

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