#04582D

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

Shades of Crusoe #04582D

Tints of Crusoe #04582D

Color information

#04582D (or 0x04582D) is unknown color: approx Crusoe. HEX triplet: 04, 58 and 2D. RGB value is (4,88,45). Sum of RGB (Red+Green+Blue) = 4+88+45=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 88 (34.77% from 255 or 64.23% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 88 - color contains mainly: green. Hex color #04582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04582D is #FBA7D2. Grayscale: #3A3A3A. Windows color (decimal): -16492499 or 2971652. OLE color: 2971652.

HSL color Cylindrical-coordinate representation of color #04582D: hue angle of 149.29º 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 #04582D is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB48845-
CMYK0.9500.490.65
HSL149.29º91.3%18.04%-
HSV(B)149.29º95.45%34.51%-
XYZ4.017.193.66-
YUV57.98120.6789.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 88 (34.77% from 255) = 64.23%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=2.92%
G=64.23%
B=32.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488450.9500.490.65149.2991.318.04
Hex4582D5F03141955b12
Octal41305513706110122513322
Binary100101100010110110111110110001100000110010101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04582D; }

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

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

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

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

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

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

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

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