#045740

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

Shades of Jewel #045740

Tints of Jewel #045740

Color information

#045740 (or 0x045740) is unknown color: approx Jewel. HEX triplet: 04, 57 and 40. RGB value is (4,87,64). Sum of RGB (Red+Green+Blue) = 4+87+64=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #045740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045740 is #FBA8BF. Grayscale: #3B3B3B. Windows color (decimal): -16492736 or 4216580. OLE color: 4216580.

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

Color convert

RGB48764-
CMYK0.9500.260.66
HSL163.37º91.21%17.84%-
HSV(B)163.37º95.4%34.12%-
XYZ4.387.216.01-
YUV59.56130.588.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 87 (34.38% from 255) = 56.13%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=2.58%
G=56.13%
B=41.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal487640.9500.260.66163.3791.2117.84
Hex457405F01A42a35b12
Octal412710013703210224313322
Binary100101011110000001011111011010100001010100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045740; }

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

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

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

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

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

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

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

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