#04562E

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

Shades of Crusoe #04562E

Tints of Crusoe #04562E

Color information

#04562E (or 0x04562E) is unknown color: approx Crusoe. HEX triplet: 04, 56 and 2E. RGB value is (4,86,46). Sum of RGB (Red+Green+Blue) = 4+86+46=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #04562E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04562E is #FBA9D1. Grayscale: #393939. Windows color (decimal): -16493010 or 3036676. OLE color: 3036676.

HSL color Cylindrical-coordinate representation of color #04562E: hue angle of 150.73º 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 #04562E is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB48646-
CMYK0.9500.470.66
HSL150.73º91.11%17.65%-
HSV(B)150.73º95.35%33.73%-
XYZ3.876.883.71-
YUV56.92121.8390.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 86 (33.98% from 255) = 63.24%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=2.94%
G=63.24%
B=33.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal486460.9500.470.66150.7391.1117.65
Hex4562E5F02F42975b12
Octal41265613705710222713322
Binary100101011010111010111110101111100001010010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04562E; }

 p { color: rgb(4,86,46); }

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

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

 a { background-color: rgb(4,86,46); }

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

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

 span { border-color: rgb(4,86,46); }

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