#0E503A

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

Shades of Sherwood Green #0E503A

Tints of Sherwood Green #0E503A

Color information

#0E503A (or 0x0E503A) is unknown color: approx Sherwood Green. HEX triplet: 0E, 50 and 3A. RGB value is (14,80,58). Sum of RGB (Red+Green+Blue) = 14+80+58=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #0E503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E503A is #F1AFC5. Grayscale: #393939. Windows color (decimal): -15839174 or 3821582. OLE color: 3821582.

HSL color Cylindrical-coordinate representation of color #0E503A: hue angle of 160º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E503A is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB148058-
CMYK0.8300.280.69
HSL160º70.21%18.43%-
HSV(B)160º82.5%31.37%-
XYZ3.816.144.99-
YUV57.76128.1396.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.21%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=9.21%
G=52.63%
B=38.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1480580.8300.280.6916070.2118.43
HexE503A5301C45a04612
Octal161207212303410524010622
Binary111010100001110101010011011100100010110100000100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,80,58); }

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

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

 a { background-color: rgb(14,80,58); }

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

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

 span { border-color: rgb(14,80,58); }

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