#04592A

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

Shades of Crusoe #04592A

Tints of Crusoe #04592A

Color information

#04592A (or 0x04592A) is unknown color: approx Crusoe. HEX triplet: 04, 59 and 2A. RGB value is (4,89,42). Sum of RGB (Red+Green+Blue) = 4+89+42=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 89 (35.16% from 255 or 65.93% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 89 - color contains mainly: green. Hex color #04592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04592A is #FBA6D5. Grayscale: #3A3A3A. Windows color (decimal): -16492246 or 2775300. OLE color: 2775300.

HSL color Cylindrical-coordinate representation of color #04592A: hue angle of 146.82º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04592A is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB48942-
CMYK0.9600.530.65
HSL146.82º91.4%18.24%-
HSV(B)146.82º95.51%34.9%-
XYZ4.047.343.39-
YUV58.23118.8489.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 89 (35.16% from 255) = 65.93%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=2.96%
G=65.93%
B=31.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489420.9600.530.65146.8291.418.24
Hex4592A6003541935b12
Octal41315214006510122313322
Binary100101100110101011000000110101100000110010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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