#085128

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

Shades of Crusoe #085128

Tints of Crusoe #085128

Color information

#085128 (or 0x085128) is unknown color: approx Crusoe. HEX triplet: 08, 51 and 28. RGB value is (8,81,40). Sum of RGB (Red+Green+Blue) = 8+81+40=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #085128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085128 is #F7AED7. Grayscale: #363636. Windows color (decimal): -16232152 or 2642184. OLE color: 2642184.

HSL color Cylindrical-coordinate representation of color #085128: hue angle of 146.3º 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 #085128 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB88140-
CMYK0.9000.510.68
HSL146.3º82.02%17.45%-
HSV(B)146.3º90.12%31.76%-
XYZ3.436.093-
YUV54.5119.8294.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 81 (32.03% from 255) = 62.79%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=6.20%
G=62.79%
B=31.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal881400.9000.510.68146.382.0217.45
Hex851285A03344925211
Octal101215013206310422212221
Binary1000101000110100010110100110011100010010010010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085128; }

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

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

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

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

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

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

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

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