#086132

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

Shades of Crusoe #086132

Tints of Crusoe #086132

Color information

#086132 (or 0x086132) is unknown color: approx Crusoe. HEX triplet: 08, 61 and 32. RGB value is (8,97,50). Sum of RGB (Red+Green+Blue) = 8+97+50=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #086132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086132 is #F79ECD. Grayscale: #414141. Windows color (decimal): -16228046 or 3301640. OLE color: 3301640.

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

Color convert

RGB89750-
CMYK0.9200.480.62
HSL148.31º84.76%20.59%-
HSV(B)148.31º91.75%38.04%-
XYZ4.958.834.46-
YUV65.03119.5187.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 97 (38.28% from 255) = 62.58%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=5.16%
G=62.58%
B=32.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897500.9200.480.62148.3184.7620.59
Hex861325C0303E945515
Octal10141621340607622412525
Binary100011000011100101011100011000011111010010100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086132; }

 p { color: rgb(8,97,50); }

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

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

 a { background-color: rgb(8,97,50); }

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

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

 span { border-color: rgb(8,97,50); }

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