#045840

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

Shades of Jewel #045840

Tints of Jewel #045840

Color information

#045840 (or 0x045840) is unknown color: approx Jewel. HEX triplet: 04, 58 and 40. RGB value is (4,88,64). Sum of RGB (Red+Green+Blue) = 4+88+64=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #045840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045840 is #FBA7BF. Grayscale: #3C3C3C. Windows color (decimal): -16492480 or 4216836. OLE color: 4216836.

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

Color convert

RGB48864-
CMYK0.9500.270.65
HSL162.86º91.3%18.04%-
HSV(B)162.86º95.45%34.51%-
XYZ4.477.386.04-
YUV60.15130.1787.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.56%
GREEN value IS 88 (34.77% from 255) = 56.41%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=2.56%
G=56.41%
B=41.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488640.9500.270.65162.8691.318.04
Hex458405F01B41a35b12
Octal413010013703310124313322
Binary100101100010000001011111011011100000110100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045840; }

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

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

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

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

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

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

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

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