#0A5526

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

Shades of Crusoe #0A5526

Tints of Crusoe #0A5526

Color information

#0A5526 (or 0x0A5526) is unknown color: approx Crusoe. HEX triplet: 0A, 55 and 26. RGB value is (10,85,38). Sum of RGB (Red+Green+Blue) = 10+85+38=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5526 is #F5AAD9. Grayscale: #393939. Windows color (decimal): -16100058 or 2512138. OLE color: 2512138.

HSL color Cylindrical-coordinate representation of color #0A5526: hue angle of 142.4º 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 #0A5526 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB108538-
CMYK0.8800.550.67
HSL142.4º78.95%18.63%-
HSV(B)142.4º88.24%33.33%-
XYZ3.726.72.93-
YUV57.22117.1594.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.52%
GREEN value IS 85 (33.59% from 255) = 63.91%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=7.52%
G=63.91%
B=28.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1085380.8800.550.67142.478.9518.63
HexA552658037438e4f13
Octal121254613006710321611723
Binary1010101010110011010110000110111100001110001110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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