#08652A

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

Shades of Crusoe #08652A

Tints of Crusoe #08652A

Color information

#08652A (or 0x08652A) is unknown color: approx Crusoe. HEX triplet: 08, 65 and 2A. RGB value is (8,101,42). Sum of RGB (Red+Green+Blue) = 8+101+42=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 101 (39.84% from 255 or 66.89% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 101 - color contains mainly: green. Hex color #08652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08652A is #F79AD5. Grayscale: #424242. Windows color (decimal): -16227030 or 2778376. OLE color: 2778376.

HSL color Cylindrical-coordinate representation of color #08652A: hue angle of 141.94º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08652A is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB810142-
CMYK0.9200.580.60
HSL141.94º85.32%21.37%-
HSV(B)141.94º92.08%39.61%-
XYZ5.179.533.76-
YUV66.47114.1986.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 101 (39.84% from 255) = 66.89%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=5.30%
G=66.89%
B=27.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8101420.9200.580.60141.9485.3221.37
Hex8652A5C03A3C8e5515
Octal10145521340727421612525
Binary100011001011010101011100011101011110010001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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