#05513A

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

Shades of Sherwood Green #05513A

Tints of Sherwood Green #05513A

Color information

#05513A (or 0x05513A) is unknown color: approx Sherwood Green. HEX triplet: 05, 51 and 3A. RGB value is (5,81,58). Sum of RGB (Red+Green+Blue) = 5+81+58=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #05513A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05513A is #FAAEC5. Grayscale: #373737. Windows color (decimal): -16428742 or 3821829. OLE color: 3821829.

HSL color Cylindrical-coordinate representation of color #05513A: hue angle of 161.84º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05513A is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB58158-
CMYK0.9400.280.68
HSL161.84º88.37%16.86%-
HSV(B)161.84º93.83%31.76%-
XYZ3.776.225.01-
YUV55.65129.3291.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=3.47%
G=56.25%
B=40.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581580.9400.280.68161.8488.3716.86
Hex5513A5E01C44a25811
Octal51217213603410424213021
Binary10110100011110101011110011100100010010100010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05513A; }

 p { color: rgb(5,81,58); }

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

<style>
 a { background-color: #05513A; }

 a { background-color: rgb(5,81,58); }

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

<style>
 span { border-color: #05513A; }

 span { border-color: rgb(5,81,58); }

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