#08631A

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

Shades of Crusoe #08631A

Tints of Crusoe #08631A

Color information

#08631A (or 0x08631A) is unknown color: approx Crusoe. HEX triplet: 08, 63 and 1A. RGB value is (8,99,26). Sum of RGB (Red+Green+Blue) = 8+99+26=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #08631A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08631A is #F79CE5. Grayscale: #3F3F3F. Windows color (decimal): -16227558 or 1729288. OLE color: 1729288.

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

Color convert

RGB89926-
CMYK0.9200.740.61
HSL131.87º85.05%20.98%-
HSV(B)131.87º91.92%38.82%-
XYZ4.759.052.47-
YUV63.47106.8588.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 99 (39.06% from 255) = 74.44%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=6.02%
G=74.44%
B=19.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal899260.9200.740.61131.8785.0520.98
Hex8631A5C04A3D845515
Octal101433213401127520412525
Binary100011000111101010111000100101011110110000100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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