#045421

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

Shades of Crusoe #045421

Tints of Crusoe #045421

Color information

#045421 (or 0x045421) is unknown color: approx Crusoe. HEX triplet: 04, 54 and 21. RGB value is (4,84,33). Sum of RGB (Red+Green+Blue) = 4+84+33=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #045421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045421 is #FBABDE. Grayscale: #363636. Windows color (decimal): -16493535 or 2184196. OLE color: 2184196.

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

Color convert

RGB48433-
CMYK0.9500.610.67
HSL141.75º90.91%17.25%-
HSV(B)141.75º95.24%32.94%-
XYZ3.496.482.5-
YUV54.2711692.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 84 (33.20% from 255) = 69.42%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=3.31%
G=69.42%
B=27.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484330.9500.610.67141.7590.9117.25
Hex454215F03D438e5b11
Octal41244113707510321613321
Binary100101010010000110111110111101100001110001110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045421; }

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

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

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

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

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

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

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

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