#086229

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

Shades of Crusoe #086229

Tints of Crusoe #086229

Color information

#086229 (or 0x086229) is unknown color: approx Crusoe. HEX triplet: 08, 62 and 29. RGB value is (8,98,41). Sum of RGB (Red+Green+Blue) = 8+98+41=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #086229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086229 is #F79DD6. Grayscale: #404040. Windows color (decimal): -16227799 or 2712072. OLE color: 2712072.

HSL color Cylindrical-coordinate representation of color #086229: hue angle of 142º 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 #086229 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB89841-
CMYK0.9200.580.62
HSL142º84.91%20.78%-
HSV(B)142º91.84%38.43%-
XYZ4.878.953.57-
YUV64.59114.6887.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 98 (38.67% from 255) = 66.67%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=5.44%
G=66.67%
B=27.89%

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
Decimal898410.9200.580.6214284.9120.78
Hex862295C03A3E8e5515
Octal10142511340727621612525
Binary100011000101010011011100011101011111010001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086229; }

 p { color: rgb(8,98,41); }

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

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

 a { background-color: rgb(8,98,41); }

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

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

 span { border-color: rgb(8,98,41); }

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