#08621E

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

Shades of Crusoe #08621E

Tints of Crusoe #08621E

Color information

#08621E (or 0x08621E) is unknown color: approx Crusoe. HEX triplet: 08, 62 and 1E. RGB value is (8,98,30). Sum of RGB (Red+Green+Blue) = 8+98+30=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #08621E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08621E is #F79DE1. Grayscale: #3F3F3F. Windows color (decimal): -16227810 or 1991176. OLE color: 1991176.

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

Color convert

RGB89830-
CMYK0.9200.690.62
HSL134.67º84.91%20.78%-
HSV(B)134.67º91.84%38.43%-
XYZ4.78.882.69-
YUV63.34109.1888.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 98 (38.67% from 255) = 72.06%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=5.88%
G=72.06%
B=22.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898300.9200.690.62134.6784.9120.78
Hex8621E5C0453E875515
Octal101423613401057620712525
Binary100011000101111010111000100010111111010000111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08621E; }

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

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

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

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

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

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

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

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