#0A4F37

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

Shades of Sherwood Green #0A4F37

Tints of Sherwood Green #0A4F37

Color information

#0A4F37 (or 0x0A4F37) is unknown color: approx Sherwood Green. HEX triplet: 0A, 4F and 37. RGB value is (10,79,55). Sum of RGB (Red+Green+Blue) = 10+79+55=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #0A4F37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4F37 is #F5B0C8. Grayscale: #373737. Windows color (decimal): -16101577 or 3624714. OLE color: 3624714.

HSL color Cylindrical-coordinate representation of color #0A4F37: hue angle of 159.13º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4F37 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB107955-
CMYK0.8700.300.69
HSL159.13º77.53%17.45%-
HSV(B)159.13º87.34%30.98%-
XYZ3.615.934.57-
YUV55.63127.6495.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.94%
GREEN value IS 79 (31.25% from 255) = 54.86%
BLUE value IS 55 (21.88% from 255) = 38.19%
R=6.94%
G=54.86%
B=38.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1079550.8700.300.69159.1377.5317.45
HexA4F375701E459f4e11
Octal121176712703610523711621
Binary101010011111101111010111011110100010110011111100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,79,55); }

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

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

 a { background-color: rgb(10,79,55); }

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

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

 span { border-color: rgb(10,79,55); }

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