#0A562F

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

Shades of Crusoe #0A562F

Tints of Crusoe #0A562F

Color information

#0A562F (or 0x0A562F) is unknown color: approx Crusoe. HEX triplet: 0A, 56 and 2F. RGB value is (10,86,47). Sum of RGB (Red+Green+Blue) = 10+86+47=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 86 (33.98% from 255 or 60.14% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 86 - color contains mainly: green. Hex color #0A562F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A562F is #F5A9D0. Grayscale: #3A3A3A. Windows color (decimal): -16099793 or 3102218. OLE color: 3102218.

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

Color convert

RGB108647-
CMYK0.8800.450.66
HSL149.21º79.17%18.82%-
HSV(B)149.21º88.37%33.73%-
XYZ3.976.933.82-
YUV58.83121.3293.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.99%
GREEN value IS 86 (33.98% from 255) = 60.14%
BLUE value IS 47 (18.75% from 255) = 32.87%
R=6.99%
G=60.14%
B=32.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1086470.8800.450.66149.2179.1718.82
HexA562F5802D42954f13
Octal121265713005510222511723
Binary1010101011010111110110000101101100001010010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,86,47); }

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

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

 a { background-color: rgb(10,86,47); }

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

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

 span { border-color: rgb(10,86,47); }

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