#086028

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

Shades of Crusoe #086028

Tints of Crusoe #086028

Color information

#086028 (or 0x086028) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 28. RGB value is (8,96,40). Sum of RGB (Red+Green+Blue) = 8+96+40=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #086028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086028 is #F79FD7. Grayscale: #3F3F3F. Windows color (decimal): -16228312 or 2646024. OLE color: 2646024.

HSL color Cylindrical-coordinate representation of color #086028: hue angle of 141.82º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086028 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB89640-
CMYK0.9200.580.62
HSL141.82º84.62%20.39%-
HSV(B)141.82º91.67%37.65%-
XYZ4.678.573.42-
YUV63.3114.8588.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 96 (37.89% from 255) = 66.67%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=5.56%
G=66.67%
B=27.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896400.9200.580.62141.8284.6220.39
Hex860285C03A3E8e5514
Octal10140501340727621612524
Binary100011000001010001011100011101011111010001110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086028; }

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

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

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

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

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

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

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

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