#0A5A2C

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

Shades of Crusoe #0A5A2C

Tints of Crusoe #0A5A2C

Color information

#0A5A2C (or 0x0A5A2C) is unknown color: approx Crusoe. HEX triplet: 0A, 5A and 2C. RGB value is (10,90,44). Sum of RGB (Red+Green+Blue) = 10+90+44=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A2C is #F5A5D3. Grayscale: #3C3C3C. Windows color (decimal): -16098772 or 2906634. OLE color: 2906634.

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

Color convert

RGB109044-
CMYK0.8900.510.65
HSL145.5º80%19.61%-
HSV(B)145.5º88.89%35.29%-
XYZ4.247.563.62-
YUV60.84118.591.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.94%
GREEN value IS 90 (35.55% from 255) = 62.5%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=6.94%
G=62.5%
B=30.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1090440.8900.510.65145.58019.61
HexA5A2C5903341925014
Octal121325413106310122212024
Binary1010101101010110010110010110011100000110010010101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,90,44); }

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

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

 a { background-color: rgb(10,90,44); }

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

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

 span { border-color: rgb(10,90,44); }

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