Html Css Color HEX #196849 Jewel

📋 copy color: '#196849'

red 25 ◦ green 104 ◦ blue 73

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

Shades of Jewel #196849

Tints of Jewel #196849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.49%

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

R = 12.38%
G = 51.49%
B = 36.14%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#196849 (or 0x196849) is known color: Jewel. HEX triplet: 19, 68 and 49. RGB value is (25,104,73). Sum of RGB (Red+Green+Blue) = 25+104+73=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #196849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196849 is #E697B6. Grayscale: #4C4C4C. Windows color (decimal): -15112119 or 4810777. OLE color: 4810777.

HSL color Cylindrical-coordinate representation of color #196849: hue angle of 156.46º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196849 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 104 73 -
CMYK 0.76 0 0.30 0.59
HSL 156.46º 0.61% 0.25% -
HSV(B) 156.46º 0.76% 0.41% -
XYZ 6.55 10.59 8 -
YUV 76.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 25 104 73 0.76 0 0.30 0.59 156.46 0.61 0.25
Hex 19 68 49 4C 0 1E 3B 9C 3D 19
Octal 31 150 111 114 0 36 73 234 75 31
Binary 11001 1101000 1001001 1001100 0 11110 111011 10011100 111101 11001

Color Harmonies of #196849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196849

Black with #196849

Text Example


Text Example

White with #196849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196849; }

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

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

background-color css

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

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

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

border-color css

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

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

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