#196145

Color #196145 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #196145

Tints of Jewel #196145

Color information

#196145 (or 0x196145) is unknown color: approx 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

RGB259769-
CMYK0.7400.290.62
HSL156.67º59.02%23.92%-
HSV(B)156.67º74.23%38.04%-
XYZ5.759.197.1-
YUV72.28126.1594.28-

RGB Variations

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

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 (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597690.7400.290.62156.6759.0223.92
Hex1961454A01D3E9d3b18
Octal31141105112035762357330
Binary110011100001100010110010100111011111101001110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>