#0E543E

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

Shades of Sherwood Green #0E543E

Tints of Sherwood Green #0E543E

Color information

#0E543E (or 0x0E543E) is unknown color: approx Sherwood Green. HEX triplet: 0E, 54 and 3E. RGB value is (14,84,62). Sum of RGB (Red+Green+Blue) = 14+84+62=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #0E543E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E543E is #F1ABC1. Grayscale: #3C3C3C. Windows color (decimal): -15838146 or 4084750. OLE color: 4084750.

HSL color Cylindrical-coordinate representation of color #0E543E: hue angle of 161.14º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E543E is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB148462-
CMYK0.8300.260.67
HSL161.14º71.43%19.22%-
HSV(B)161.14º83.33%32.94%-
XYZ4.226.785.64-
YUV60.56128.8194.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.75%
GREEN value IS 84 (33.20% from 255) = 52.5%
BLUE value IS 62 (24.61% from 255) = 38.75%
R=8.75%
G=52.5%
B=38.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1484620.8300.260.67161.1471.4319.22
HexE543E5301A43a14713
Octal161247612303210324110723
Binary111010101001111101010011011010100001110100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,84,62); }

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

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

 a { background-color: rgb(14,84,62); }

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

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

 span { border-color: rgb(14,84,62); }

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