#0A5139

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

Shades of Sherwood Green #0A5139

Tints of Sherwood Green #0A5139

Color information

#0A5139 (or 0x0A5139) is unknown color: approx Sherwood Green. HEX triplet: 0A, 51 and 39. RGB value is (10,81,57). Sum of RGB (Red+Green+Blue) = 10+81+57=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #0A5139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5139 is #F5AEC6. Grayscale: #393939. Windows color (decimal): -16101063 or 3756298. OLE color: 3756298.

HSL color Cylindrical-coordinate representation of color #0A5139: hue angle of 159.72º 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 #0A5139 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB108157-
CMYK0.8800.300.68
HSL159.72º78.02%17.84%-
HSV(B)159.72º87.65%31.76%-
XYZ3.816.244.88-
YUV57.04127.9894.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.76%
GREEN value IS 81 (32.03% from 255) = 54.73%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=6.76%
G=54.73%
B=38.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1081570.8800.300.68159.7278.0217.84
HexA51395801E44a04e12
Octal121217113003610424011622
Binary101010100011110011011000011110100010010100000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,81,57); }

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

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

 a { background-color: rgb(10,81,57); }

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

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

 span { border-color: rgb(10,81,57); }

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