#0A5128

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

Shades of Crusoe #0A5128

Tints of Crusoe #0A5128

Color information

#0A5128 (or 0x0A5128) is unknown color: approx Crusoe. HEX triplet: 0A, 51 and 28. RGB value is (10,81,40). Sum of RGB (Red+Green+Blue) = 10+81+40=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #0A5128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5128 is #F5AED7. Grayscale: #373737. Windows color (decimal): -16101080 or 2642186. OLE color: 2642186.

HSL color Cylindrical-coordinate representation of color #0A5128: hue angle of 145.35º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5128 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB108140-
CMYK0.8800.510.68
HSL145.35º78.02%17.84%-
HSV(B)145.35º87.65%31.76%-
XYZ3.456.13-
YUV55.1119.4895.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.63%
GREEN value IS 81 (32.03% from 255) = 61.83%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=7.63%
G=61.83%
B=30.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1081400.8800.510.68145.3578.0217.84
HexA51285803344914e12
Octal121215013006310422111622
Binary1010101000110100010110000110011100010010010001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,81,40); }

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

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

 a { background-color: rgb(10,81,40); }

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

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

 span { border-color: rgb(10,81,40); }

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