#0A571A

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

Shades of Crusoe #0A571A

Tints of Crusoe #0A571A

Color information

#0A571A (or 0x0A571A) is unknown color: approx Crusoe. HEX triplet: 0A, 57 and 1A. RGB value is (10,87,26). Sum of RGB (Red+Green+Blue) = 10+87+26=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #0A571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A571A is #F5A8E5. Grayscale: #393939. Windows color (decimal): -16099558 or 1726218. OLE color: 1726218.

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

Color convert

RGB108726-
CMYK0.8900.700.66
HSL132.47º79.38%19.02%-
HSV(B)132.47º88.51%34.12%-
XYZ3.726.962.12-
YUV57.02110.4994.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.13%
GREEN value IS 87 (34.38% from 255) = 70.73%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=8.13%
G=70.73%
B=21.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1087260.8900.700.66132.4779.3819.02
HexA571A5904642844f13
Octal1212732131010610220411723
Binary1010101011111010101100101000110100001010000100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,87,26); }

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

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

 a { background-color: rgb(10,87,26); }

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

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

 span { border-color: rgb(10,87,26); }

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