#0A531F

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

Shades of Crusoe #0A531F

Tints of Crusoe #0A531F

Color information

#0A531F (or 0x0A531F) is unknown color: approx Crusoe. HEX triplet: 0A, 53 and 1F. RGB value is (10,83,31). Sum of RGB (Red+Green+Blue) = 10+83+31=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #0A531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A531F is #F5ACE0. Grayscale: #373737. Windows color (decimal): -16100577 or 2052874. OLE color: 2052874.

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

Color convert

RGB108331-
CMYK0.8800.630.67
HSL137.26º78.49%18.24%-
HSV(B)137.26º87.95%32.55%-
XYZ3.476.352.34-
YUV55.24114.3295.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.06%
GREEN value IS 83 (32.81% from 255) = 66.94%
BLUE value IS 31 (12.5% from 255) = 25%
R=8.06%
G=66.94%
B=25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1083310.8800.630.67137.2678.4918.24
HexA531F5803F43894e12
Octal121233713007710321111622
Binary101010100111111110110000111111100001110001001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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