#0E4938

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

Shades of Sherwood Green #0E4938

Tints of Sherwood Green #0E4938

Color information

#0E4938 (or 0x0E4938) is unknown color: approx Sherwood Green. HEX triplet: 0E, 49 and 38. RGB value is (14,73,56). Sum of RGB (Red+Green+Blue) = 14+73+56=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #0E4938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4938 is #F1B6C7. Grayscale: #353535. Windows color (decimal): -15840968 or 3688718. OLE color: 3688718.

HSL color Cylindrical-coordinate representation of color #0E4938: hue angle of 162.71º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4938 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB147356-
CMYK0.8100.230.71
HSL162.71º67.82%17.06%-
HSV(B)162.71º80.82%28.63%-
XYZ3.285.144.56-
YUV53.42129.4599.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.79%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=9.79%
G=51.05%
B=39.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1473560.8100.230.71162.7167.8217.06
HexE49385101747a34411
Octal161117012102710724310421
Binary111010010011110001010001010111100011110100011100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,73,56); }

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

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

 a { background-color: rgb(14,73,56); }

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

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

 span { border-color: rgb(14,73,56); }

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