Html Css Color HEX #196C49 Jewel

📋 copy color: '#196C49'

red 25 ◦ green 108 ◦ blue 73

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

Shades of Jewel #196C49

Tints of Jewel #196C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.43%

 BLUE value IS 73 (28.91% from 255) = 35.44%

R = 12.14%
G = 52.43%
B = 35.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#196C49 (or 0x196C49) is known color: Jewel. HEX triplet: 19, 6C and 49. RGB value is (25,108,73). Sum of RGB (Red+Green+Blue) = 25+108+73=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #196C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C49 is #E693B6. Grayscale: #4F4F4F. Windows color (decimal): -15111095 or 4811801. OLE color: 4811801.

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

Color convert

RGB 25 108 73 -
CMYK 0.77 0 0.32 0.58
HSL 154.7º 0.62% 0.26% -
HSV(B) 154.7º 0.77% 0.42% -
XYZ 6.97 11.41 8.14 -
YUV 79.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 25 108 73 0.77 0 0.32 0.58 154.7 0.62 0.26
Hex 19 6C 49 4D 0 20 3A 9B 3E 1A
Octal 31 154 111 115 0 40 72 233 76 32
Binary 11001 1101100 1001001 1001101 0 100000 111010 10011011 111110 11010

Color Harmonies of #196C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C49

Black with #196C49

Text Example


Text Example

White with #196C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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