#0A5A2B

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

Shades of Crusoe #0A5A2B

Tints of Crusoe #0A5A2B

Color information

#0A5A2B (or 0x0A5A2B) is unknown color: approx Crusoe. HEX triplet: 0A, 5A and 2B. RGB value is (10,90,43). Sum of RGB (Red+Green+Blue) = 10+90+43=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A2B is #F5A5D4. Grayscale: #3C3C3C. Windows color (decimal): -16098773 or 2841098. OLE color: 2841098.

HSL color Cylindrical-coordinate representation of color #0A5A2B: hue angle of 144.75º 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 #0A5A2B is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB109043-
CMYK0.8900.520.65
HSL144.75º80%19.61%-
HSV(B)144.75º88.89%35.29%-
XYZ4.227.553.52-
YUV60.7211891.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.99%
GREEN value IS 90 (35.55% from 255) = 62.94%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=6.99%
G=62.94%
B=30.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1090430.8900.520.65144.758019.61
HexA5A2B5903441915014
Octal121325313106410122112024
Binary1010101101010101110110010110100100000110010001101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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