Html Css Color HEX #196949 Jewel

📋 copy color: '#196949'

red 25 ◦ green 105 ◦ blue 73

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

Shades of Jewel #196949

Tints of Jewel #196949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.72%

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

R = 12.32%
G = 51.72%
B = 35.96%

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

#196949 (or 0x196949) is known color: Jewel. HEX triplet: 19, 69 and 49. RGB value is (25,105,73). Sum of RGB (Red+Green+Blue) = 25+105+73=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #196949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196949 is #E696B6. Grayscale: #4D4D4D. Windows color (decimal): -15111863 or 4811033. OLE color: 4811033.

HSL color Cylindrical-coordinate representation of color #196949: hue angle of 156º degrees, saturation: 0.62, 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 #196949 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 105 73 -
CMYK 0.76 0 0.30 0.59
HSL 156º 0.62% 0.25% -
HSV(B) 156º 0.76% 0.41% -
XYZ 6.66 10.79 8.04 -
YUV 77.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 25 105 73 0.76 0 0.30 0.59 156 0.62 0.25
Hex 19 69 49 4C 0 1E 3B 9C 3E 19
Octal 31 151 111 114 0 36 73 234 76 31
Binary 11001 1101001 1001001 1001100 0 11110 111011 10011100 111110 11001

Color Harmonies of #196949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196949

Black with #196949

Text Example


Text Example

White with #196949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196949; }

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

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

background-color css

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

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

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

border-color css

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

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

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