#04582C

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

Shades of Crusoe #04582C

Tints of Crusoe #04582C

Color information

#04582C (or 0x04582C) is unknown color: approx Crusoe. HEX triplet: 04, 58 and 2C. RGB value is (4,88,44). Sum of RGB (Red+Green+Blue) = 4+88+44=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #04582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04582C is #FBA7D3. Grayscale: #393939. Windows color (decimal): -16492500 or 2906116. OLE color: 2906116.

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

Color convert

RGB48844-
CMYK0.9500.50.65
HSL148.57º91.3%18.04%-
HSV(B)148.57º95.45%34.51%-
XYZ3.997.193.56-
YUV57.87120.1789.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 88 (34.77% from 255) = 64.71%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=2.94%
G=64.71%
B=32.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488440.9500.50.65148.5791.318.04
Hex4582C5F03241955b12
Octal41305413706210122513322
Binary100101100010110010111110110010100000110010101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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