Html Css Color HEX #196749 Jewel

📋 copy color: '#196749'

red 25 ◦ green 103 ◦ blue 73

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

Shades of Jewel #196749

Tints of Jewel #196749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 51.24%

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

R = 12.44%
G = 51.24%
B = 36.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#196749 (or 0x196749) is known color: Jewel. HEX triplet: 19, 67 and 49. RGB value is (25,103,73). Sum of RGB (Red+Green+Blue) = 25+103+73=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #196749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196749 is #E698B6. Grayscale: #4C4C4C. Windows color (decimal): -15112375 or 4810521. OLE color: 4810521.

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

Color convert

RGB 25 103 73 -
CMYK 0.76 0 0.29 0.60
HSL 156.92º 0.61% 0.25% -
HSV(B) 156.92º 0.76% 0.4% -
XYZ 6.45 10.39 7.97 -
YUV 76.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 25 103 73 0.76 0 0.29 0.60 156.92 0.61 0.25
Hex 19 67 49 4C 0 1D 3C 9D 3D 19
Octal 31 147 111 114 0 35 74 235 75 31
Binary 11001 1100111 1001001 1001100 0 11101 111100 10011101 111101 11001

Color Harmonies of #196749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196749

Black with #196749

Text Example


Text Example

White with #196749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196749; }

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

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

background-color css

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

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

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

border-color css

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

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

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