#0A521F

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

Shades of Crusoe #0A521F

Tints of Crusoe #0A521F

Color information

#0A521F (or 0x0A521F) is unknown color: approx Crusoe. HEX triplet: 0A, 52 and 1F. RGB value is (10,82,31). Sum of RGB (Red+Green+Blue) = 10+82+31=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #0A521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A521F is #F5ADE0. Grayscale: #363636. Windows color (decimal): -16100833 or 2052618. OLE color: 2052618.

HSL color Cylindrical-coordinate representation of color #0A521F: hue angle of 137.5º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A521F is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB108231-
CMYK0.8800.620.68
HSL137.5º78.26%18.04%-
HSV(B)137.5º87.8%32.16%-
XYZ3.396.22.31-
YUV54.66114.6596.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.13%
GREEN value IS 82 (32.42% from 255) = 66.67%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=8.13%
G=66.67%
B=25.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1082310.8800.620.68137.578.2618.04
HexA521F5803E448a4e12
Octal121223713007610421211622
Binary101010100101111110110000111110100010010001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,82,31); }

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

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

 a { background-color: rgb(10,82,31); }

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

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

 span { border-color: rgb(10,82,31); }

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