Html Css Color HEX #196145 Jewel

📋 copy color: '#196145'

red 25 ◦ green 97 ◦ blue 69

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

Shades of Jewel #196145

Tints of Jewel #196145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.79%

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 13.09%
G = 50.79%
B = 36.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#196145 (or 0x196145) is known color: Jewel. HEX triplet: 19, 61 and 45. RGB value is (25,97,69). Sum of RGB (Red+Green+Blue) = 25+97+69=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #196145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196145 is #E69EBA. Grayscale: #484848. Windows color (decimal): -15113915 or 4546841. OLE color: 4546841.

HSL color Cylindrical-coordinate representation of color #196145: hue angle of 156.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196145 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 97 69 -
CMYK 0.74 0 0.29 0.62
HSL 156.67º 0.59% 0.24% -
HSV(B) 156.67º 0.74% 0.38% -
XYZ 5.75 9.19 7.1 -
YUV 72.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 25 97 69 0.74 0 0.29 0.62 156.67 0.59 0.24
Hex 19 61 45 4A 0 1D 3E 9D 3B 18
Octal 31 141 105 112 0 35 76 235 73 30
Binary 11001 1100001 1000101 1001010 0 11101 111110 10011101 111011 11000

Color Harmonies of #196145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196145

Black with #196145

Text Example


Text Example

White with #196145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196145; }

 p { color: rgb(25,97,69); }

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

background-color css

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

 a { background-color: rgb(25,97,69); }

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

border-color css

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

 span { border-color: rgb(25,97,69); }

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