#085121

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

Shades of Crusoe #085121

Tints of Crusoe #085121

Color information

#085121 (or 0x085121) is unknown color: approx Crusoe. HEX triplet: 08, 51 and 21. RGB value is (8,81,33). Sum of RGB (Red+Green+Blue) = 8+81+33=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #085121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085121 is #F7AEDE. Grayscale: #353535. Windows color (decimal): -16232159 or 2183432. OLE color: 2183432.

HSL color Cylindrical-coordinate representation of color #085121: hue angle of 140.55º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085121 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB88133-
CMYK0.9000.590.68
HSL140.55º82.02%17.45%-
HSV(B)140.55º90.12%31.76%-
XYZ3.326.052.43-
YUV53.7116.3295.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 81 (32.03% from 255) = 66.39%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=6.56%
G=66.39%
B=27.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal881330.9000.590.68140.5582.0217.45
Hex851215A03B448d5211
Octal101214113207310421512221
Binary1000101000110000110110100111011100010010001101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085121; }

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

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

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

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

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

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

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

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