#0A571E

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

Shades of Crusoe #0A571E

Tints of Crusoe #0A571E

Color information

#0A571E (or 0x0A571E) is unknown color: approx Crusoe. HEX triplet: 0A, 57 and 1E. RGB value is (10,87,30). Sum of RGB (Red+Green+Blue) = 10+87+30=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 87 (34.38% from 255 or 68.50% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 87 - color contains mainly: green. Hex color #0A571E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A571E is #F5A8E1. Grayscale: #393939. Windows color (decimal): -16099554 or 1988362. OLE color: 1988362.

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

Color convert

RGB108730-
CMYK0.8900.660.66
HSL135.58º79.38%19.02%-
HSV(B)135.58º88.51%34.12%-
XYZ3.776.972.38-
YUV57.48112.4994.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.87%
GREEN value IS 87 (34.38% from 255) = 68.50%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=7.87%
G=68.50%
B=23.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1087300.8900.660.66135.5879.3819.02
HexA571E5904242884f13
Octal1212736131010210221011723
Binary1010101011111110101100101000010100001010001000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A571E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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