#08622A

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

Shades of Crusoe #08622A

Tints of Crusoe #08622A

Color information

#08622A (or 0x08622A) is unknown color: approx Crusoe. HEX triplet: 08, 62 and 2A. RGB value is (8,98,42). Sum of RGB (Red+Green+Blue) = 8+98+42=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #08622A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08622A is #F79DD5. Grayscale: #404040. Windows color (decimal): -16227798 or 2777608. OLE color: 2777608.

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

Color convert

RGB89842-
CMYK0.9200.570.62
HSL142.67º84.91%20.78%-
HSV(B)142.67º91.84%38.43%-
XYZ4.898.953.66-
YUV64.71115.1887.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 98 (38.67% from 255) = 66.22%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=5.41%
G=66.22%
B=28.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898420.9200.570.62142.6784.9120.78
Hex8622A5C0393E8f5515
Octal10142521340717621712525
Binary100011000101010101011100011100111111010001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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