#045940

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

Shades of Jewel #045940

Tints of Jewel #045940

Color information

#045940 (or 0x045940) is unknown color: approx Jewel. HEX triplet: 04, 59 and 40. RGB value is (4,89,64). Sum of RGB (Red+Green+Blue) = 4+89+64=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #045940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045940 is #FBA6BF. Grayscale: #3C3C3C. Windows color (decimal): -16492224 or 4217092. OLE color: 4217092.

HSL color Cylindrical-coordinate representation of color #045940: hue angle of 162.35º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045940 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB48964-
CMYK0.9600.280.65
HSL162.35º91.4%18.24%-
HSV(B)162.35º95.51%34.9%-
XYZ4.557.546.07-
YUV60.73129.8487.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 89 (35.16% from 255) = 56.69%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=2.55%
G=56.69%
B=40.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489640.9600.280.65162.3591.418.24
Hex459406001C41a25b12
Octal413110014003410124213322
Binary100101100110000001100000011100100000110100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045940; }

 p { color: rgb(4,89,64); }

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

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

 a { background-color: rgb(4,89,64); }

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

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

 span { border-color: rgb(4,89,64); }

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