#04541C

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

Shades of Crusoe #04541C

Tints of Crusoe #04541C

Color information

#04541C (or 0x04541C) is unknown color: approx Crusoe. HEX triplet: 04, 54 and 1C. RGB value is (4,84,28). Sum of RGB (Red+Green+Blue) = 4+84+28=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #04541C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04541C is #FBABE3. Grayscale: #353535. Windows color (decimal): -16493540 or 1856516. OLE color: 1856516.

HSL color Cylindrical-coordinate representation of color #04541C: hue angle of 138º 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 #04541C is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB48428-
CMYK0.9500.670.67
HSL138º90.91%17.25%-
HSV(B)138º95.24%32.94%-
XYZ3.436.452.16-
YUV53.7113.592.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 84 (33.20% from 255) = 72.41%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=3.45%
G=72.41%
B=24.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484280.9500.670.6713890.9117.25
Hex4541C5F043438a5b11
Octal412434137010310321213321
Binary100101010011100101111101000011100001110001010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04541C; }

 p { color: rgb(4,84,28); }

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

<style>
 a { background-color: #04541C; }

 a { background-color: rgb(4,84,28); }

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

<style>
 span { border-color: #04541C; }

 span { border-color: rgb(4,84,28); }

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