#045418

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

Shades of Crusoe #045418

Tints of Crusoe #045418

Color information

#045418 (or 0x045418) is unknown color: approx Crusoe. HEX triplet: 04, 54 and 18. RGB value is (4,84,24). Sum of RGB (Red+Green+Blue) = 4+84+24=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 84 (33.20% from 255 or 75% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 84 - color contains mainly: green. Hex color #045418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045418 is #FBABE7. Grayscale: #353535. Windows color (decimal): -16493544 or 1594372. OLE color: 1594372.

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

Color convert

RGB48424-
CMYK0.9500.710.67
HSL135º90.91%17.25%-
HSV(B)135º95.24%32.94%-
XYZ3.396.431.93-
YUV53.24111.592.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 84 (33.20% from 255) = 75%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=3.57%
G=75%
B=21.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484240.9500.710.6713590.9117.25
Hex454185F04743875b11
Octal412430137010710320713321
Binary100101010011000101111101000111100001110000111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045418; }

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

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

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

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

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

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

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

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