#04582A

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

Shades of Crusoe #04582A

Tints of Crusoe #04582A

Color information

#04582A (or 0x04582A) is unknown color: approx Crusoe. HEX triplet: 04, 58 and 2A. RGB value is (4,88,42). Sum of RGB (Red+Green+Blue) = 4+88+42=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 88 (34.77% from 255 or 65.67% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 88 - color contains mainly: green. Hex color #04582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04582A is #FBA7D5. Grayscale: #393939. Windows color (decimal): -16492502 or 2775044. OLE color: 2775044.

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

Color convert

RGB48842-
CMYK0.9500.520.65
HSL147.14º91.3%18.04%-
HSV(B)147.14º95.45%34.51%-
XYZ3.967.173.37-
YUV57.64119.1789.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 88 (34.77% from 255) = 65.67%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=2.99%
G=65.67%
B=31.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488420.9500.520.65147.1491.318.04
Hex4582A5F03441935b12
Octal41305213706410122313322
Binary100101100010101010111110110100100000110010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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