#04601D

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

Shades of Crusoe #04601D

Tints of Crusoe #04601D

Color information

#04601D (or 0x04601D) is unknown color: approx Crusoe. HEX triplet: 04, 60 and 1D. RGB value is (4,96,29). Sum of RGB (Red+Green+Blue) = 4+96+29=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #04601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04601D is #FB9FE2. Grayscale: #3D3D3D. Windows color (decimal): -16490467 or 1925124. OLE color: 1925124.

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

Color convert

RGB49629-
CMYK0.9600.700.62
HSL136.3º92%19.61%-
HSV(B)136.3º95.83%37.65%-
XYZ4.458.482.56-
YUV60.85110.0287.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 96 (37.89% from 255) = 74.42%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=3.10%
G=74.42%
B=22.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496290.9600.700.62136.39219.61
Hex4601D600463E885c14
Octal41403514001067621013424
Binary10011000001110111000000100011011111010001000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04601D; }

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

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

<style>
 a { background-color: #04601D; }

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

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

<style>
 span { border-color: #04601D; }

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

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