#085421

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

Shades of Crusoe #085421

Tints of Crusoe #085421

Color information

#085421 (or 0x085421) is unknown color: approx Crusoe. HEX triplet: 08, 54 and 21. RGB value is (8,84,33). Sum of RGB (Red+Green+Blue) = 8+84+33=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 84 (33.20% from 255 or 67.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 84 - color contains mainly: green. Hex color #085421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085421 is #F7ABDE. Grayscale: #373737. Windows color (decimal): -16231391 or 2184200. OLE color: 2184200.

HSL color Cylindrical-coordinate representation of color #085421: hue angle of 139.74º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085421 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB88433-
CMYK0.9000.610.67
HSL139.74º82.61%18.04%-
HSV(B)139.74º90.48%32.94%-
XYZ3.546.52.51-
YUV55.46115.3294.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 84 (33.20% from 255) = 67.2%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=6.4%
G=67.2%
B=26.4%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal884330.9000.610.67139.7482.6118.04
Hex854215A03D438c5312
Octal101244113207510321412322
Binary1000101010010000110110100111101100001110001100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085421; }

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

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

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

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

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

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

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

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