#04602B

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

Shades of Crusoe #04602B

Tints of Crusoe #04602B

Color information

#04602B (or 0x04602B) is unknown color: approx Crusoe. HEX triplet: 04, 60 and 2B. RGB value is (4,96,43). Sum of RGB (Red+Green+Blue) = 4+96+43=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #04602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04602B is #FB9FD4. Grayscale: #3E3E3E. Windows color (decimal): -16490453 or 2842628. OLE color: 2842628.

HSL color Cylindrical-coordinate representation of color #04602B: hue angle of 145.43º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04602B is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB49643-
CMYK0.9600.550.62
HSL145.43º92%19.61%-
HSV(B)145.43º95.83%37.65%-
XYZ4.678.573.69-
YUV62.45117.0286.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 96 (37.89% from 255) = 67.13%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=2.80%
G=67.13%
B=30.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496430.9600.550.62145.439219.61
Hex4602B600373E915c14
Octal4140531400677622113424
Binary10011000001010111100000011011111111010010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04602B; }

 p { color: rgb(4,96,43); }

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

<style>
 a { background-color: #04602B; }

 a { background-color: rgb(4,96,43); }

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

<style>
 span { border-color: #04602B; }

 span { border-color: rgb(4,96,43); }

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