#0A4131

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

Shades of Sherwood Green #0A4131

Tints of Sherwood Green #0A4131

Color information

#0A4131 (or 0x0A4131) is unknown color: approx Sherwood Green. HEX triplet: 0A, 41 and 31. RGB value is (10,65,49). Sum of RGB (Red+Green+Blue) = 10+65+49=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4131 is #F5BECE. Grayscale: #2E2E2E. Windows color (decimal): -16105167 or 3227914. OLE color: 3227914.

HSL color Cylindrical-coordinate representation of color #0A4131: hue angle of 162.55º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4131 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB106549-
CMYK0.8500.250.75
HSL162.55º73.33%14.71%-
HSV(B)162.55º84.62%25.49%-
XYZ2.574.073.56-
YUV46.73129.28101.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.06%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 49 (19.53% from 255) = 39.52%
R=8.06%
G=52.42%
B=39.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1065490.8500.250.75162.5573.3314.71
HexA4131550194Ba349f
Octal121016112503111324311117
Binary10101000001110001101010101100110010111010001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,65,49); }

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

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

 a { background-color: rgb(10,65,49); }

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

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

 span { border-color: rgb(10,65,49); }

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