#196045

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

Shades of Jewel #196045

Tints of Jewel #196045

Color information

#196045 (or 0x196045) is unknown color: approx Jewel. HEX triplet: 19, 60 and 45. RGB value is (25,96,69). Sum of RGB (Red+Green+Blue) = 25+96+69=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #196045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196045 is #E69FBA. Grayscale: #474747. Windows color (decimal): -15114171 or 4546585. OLE color: 4546585.

HSL color Cylindrical-coordinate representation of color #196045: hue angle of 157.18º 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 #196045 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB259669-
CMYK0.7400.280.62
HSL157.18º58.68%23.73%-
HSV(B)157.18º73.96%37.65%-
XYZ5.6697.07-
YUV71.69126.4894.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=13.16%
G=50.53%
B=36.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596690.7400.280.62157.1858.6823.73
Hex1960454A01C3E9d3b18
Octal31140105112034762357330
Binary110011100000100010110010100111001111101001110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196045; }

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

 H1.HeaderClassName
 {
   color: #196045;
 }
 .AnyTagClassName
 {
   color: #196045;
 }
</style>
background-color css

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

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

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

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

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

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