#08621D

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

Shades of Crusoe #08621D

Tints of Crusoe #08621D

Color information

#08621D (or 0x08621D) is unknown color: approx Crusoe. HEX triplet: 08, 62 and 1D. RGB value is (8,98,29). Sum of RGB (Red+Green+Blue) = 8+98+29=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #08621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08621D is #F79DE2. Grayscale: #3F3F3F. Windows color (decimal): -16227811 or 1925640. OLE color: 1925640.

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

Color convert

RGB89829-
CMYK0.9200.700.62
HSL134º84.91%20.78%-
HSV(B)134º91.84%38.43%-
XYZ4.698.882.63-
YUV63.22108.6888.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 98 (38.67% from 255) = 72.59%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=5.93%
G=72.59%
B=21.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898290.9200.700.6213484.9120.78
Hex8621D5C0463E865515
Octal101423513401067620612525
Binary100011000101110110111000100011011111010000110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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