#08621A

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

Shades of Crusoe #08621A

Tints of Crusoe #08621A

Color information

#08621A (or 0x08621A) is unknown color: approx Crusoe. HEX triplet: 08, 62 and 1A. RGB value is (8,98,26). Sum of RGB (Red+Green+Blue) = 8+98+26=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 98 (38.67% from 255 or 74.24% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 98 - color contains mainly: green. Hex color #08621A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08621A is #F79DE5. Grayscale: #3F3F3F. Windows color (decimal): -16227814 or 1729032. OLE color: 1729032.

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

Color convert

RGB89826-
CMYK0.9200.730.62
HSL132º84.91%20.78%-
HSV(B)132º91.84%38.43%-
XYZ4.658.862.44-
YUV62.88107.1888.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 98 (38.67% from 255) = 74.24%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=6.06%
G=74.24%
B=19.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898260.9200.730.6213284.9120.78
Hex8621A5C0493E845515
Octal101423213401117620412525
Binary100011000101101010111000100100111111010000100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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