#0A5532

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

Shades of Crusoe #0A5532

Tints of Crusoe #0A5532

Color information

#0A5532 (or 0x0A5532) is unknown color: approx Crusoe. HEX triplet: 0A, 55 and 32. RGB value is (10,85,50). Sum of RGB (Red+Green+Blue) = 10+85+50=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5532 is #F5AACD. Grayscale: #3A3A3A. Windows color (decimal): -16100046 or 3298570. OLE color: 3298570.

HSL color Cylindrical-coordinate representation of color #0A5532: hue angle of 152º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5532 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB108550-
CMYK0.8800.410.67
HSL152º78.95%18.63%-
HSV(B)152º88.24%33.33%-
XYZ3.956.794.12-
YUV58.58123.1593.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.90%
GREEN value IS 85 (33.59% from 255) = 58.62%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=6.90%
G=58.62%
B=34.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1085500.8800.410.6715278.9518.63
HexA55325802943984f13
Octal121256213005110323011723
Binary1010101010111001010110000101001100001110011000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,85,50); }

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

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

 a { background-color: rgb(10,85,50); }

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

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

 span { border-color: rgb(10,85,50); }

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