#04602E

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

Shades of Crusoe #04602E

Tints of Crusoe #04602E

Color information

#04602E (or 0x04602E) is unknown color: approx Crusoe. HEX triplet: 04, 60 and 2E. RGB value is (4,96,46). Sum of RGB (Red+Green+Blue) = 4+96+46=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #04602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04602E is #FB9FD1. Grayscale: #3E3E3E. Windows color (decimal): -16490450 or 3039236. OLE color: 3039236.

HSL color Cylindrical-coordinate representation of color #04602E: hue angle of 147.39º 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 #04602E is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB49646-
CMYK0.9600.520.62
HSL147.39º92%19.61%-
HSV(B)147.39º95.83%37.65%-
XYZ4.738.593.99-
YUV62.79118.5286.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.74%
GREEN value IS 96 (37.89% from 255) = 65.75%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=2.74%
G=65.75%
B=31.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496460.9600.520.62147.399219.61
Hex4602E600343E935c14
Octal4140561400647622313424
Binary10011000001011101100000011010011111010010011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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