#08621B

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

Shades of Crusoe #08621B

Tints of Crusoe #08621B

Color information

#08621B (or 0x08621B) is unknown color: approx Crusoe. HEX triplet: 08, 62 and 1B. RGB value is (8,98,27). Sum of RGB (Red+Green+Blue) = 8+98+27=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #08621B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08621B is #F79DE4. Grayscale: #3F3F3F. Windows color (decimal): -16227813 or 1794568. OLE color: 1794568.

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

Color convert

RGB89827-
CMYK0.9200.720.62
HSL132.67º84.91%20.78%-
HSV(B)132.67º91.84%38.43%-
XYZ4.678.872.5-
YUV63107.6888.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 98 (38.67% from 255) = 73.68%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=6.02%
G=73.68%
B=20.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898270.9200.720.62132.6784.9120.78
Hex8621B5C0483E855515
Octal101423313401107620512525
Binary100011000101101110111000100100011111010000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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