#04551D

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

Shades of Crusoe #04551D

Tints of Crusoe #04551D

Color information

#04551D (or 0x04551D) is unknown color: approx Crusoe. HEX triplet: 04, 55 and 1D. RGB value is (4,85,29). Sum of RGB (Red+Green+Blue) = 4+85+29=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #04551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04551D is #FBAAE2. Grayscale: #363636. Windows color (decimal): -16493283 or 1922308. OLE color: 1922308.

HSL color Cylindrical-coordinate representation of color #04551D: hue angle of 138.52º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04551D is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB48529-
CMYK0.9500.660.67
HSL138.52º91.01%17.45%-
HSV(B)138.52º95.29%33.33%-
XYZ3.526.612.25-
YUV54.4113.6692.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 85 (33.59% from 255) = 72.03%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=3.39%
G=72.03%
B=24.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485290.9500.660.67138.5291.0117.45
Hex4551D5F042438b5b11
Octal412535137010210321313321
Binary100101010111101101111101000010100001110001011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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