#0A5B33

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

Shades of Crusoe #0A5B33

Tints of Crusoe #0A5B33

Color information

#0A5B33 (or 0x0A5B33) is unknown color: approx Crusoe. HEX triplet: 0A, 5B and 33. RGB value is (10,91,51). Sum of RGB (Red+Green+Blue) = 10+91+51=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 91 (35.94% from 255 or 59.87% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 91 - color contains mainly: green. Hex color #0A5B33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5B33 is #F5A4CC. Grayscale: #3E3E3E. Windows color (decimal): -16098509 or 3365642. OLE color: 3365642.

HSL color Cylindrical-coordinate representation of color #0A5B33: hue angle of 150.37º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5B33 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB109151-
CMYK0.8900.440.64
HSL150.37º80.2%19.8%-
HSV(B)150.37º89.01%35.69%-
XYZ4.467.794.4-
YUV62.22121.6690.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 91 (35.94% from 255) = 59.87%
BLUE value IS 51 (20.31% from 255) = 33.55%
R=6.58%
G=59.87%
B=33.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1091510.8900.440.64150.3780.219.8
HexA5B335902C40965014
Octal121336313105410022612024
Binary1010101101111001110110010101100100000010010110101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5B33; }

 p { color: rgb(10,91,51); }

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

<style>
 a { background-color: #0A5B33; }

 a { background-color: rgb(10,91,51); }

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

<style>
 span { border-color: #0A5B33; }

 span { border-color: rgb(10,91,51); }

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