#08632C

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

Shades of Crusoe #08632C

Tints of Crusoe #08632C

Color information

#08632C (or 0x08632C) is unknown color: approx Crusoe. HEX triplet: 08, 63 and 2C. RGB value is (8,99,44). Sum of RGB (Red+Green+Blue) = 8+99+44=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #08632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08632C is #F79CD3. Grayscale: #414141. Windows color (decimal): -16227540 or 2908936. OLE color: 2908936.

HSL color Cylindrical-coordinate representation of color #08632C: hue angle of 143.74º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08632C is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB89944-
CMYK0.9200.560.61
HSL143.74º85.05%20.98%-
HSV(B)143.74º91.92%38.82%-
XYZ5.029.163.89-
YUV65.52115.8586.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 99 (39.06% from 255) = 65.56%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=5.30%
G=65.56%
B=29.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal899440.9200.560.61143.7485.0520.98
Hex8632C5C0383D905515
Octal10143541340707522012525
Binary100011000111011001011100011100011110110010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08632C; }

 p { color: rgb(8,99,44); }

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

<style>
 a { background-color: #08632C; }

 a { background-color: rgb(8,99,44); }

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

<style>
 span { border-color: #08632C; }

 span { border-color: rgb(8,99,44); }

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