#0E4131

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

Shades of Sherwood Green #0E4131

Tints of Sherwood Green #0E4131

Color information

#0E4131 (or 0x0E4131) is unknown color: approx Sherwood Green. HEX triplet: 0E, 41 and 31. RGB value is (14,65,49). Sum of RGB (Red+Green+Blue) = 14+65+49=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #0E4131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4131 is #F1BECE. Grayscale: #2F2F2F. Windows color (decimal): -15843023 or 3227918. OLE color: 3227918.

HSL color Cylindrical-coordinate representation of color #0E4131: hue angle of 161.18º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E4131 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB146549-
CMYK0.7800.250.75
HSL161.18º64.56%15.49%-
HSV(B)161.18º78.46%25.49%-
XYZ2.634.13.56-
YUV47.93128.6103.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.94%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 49 (19.53% from 255) = 38.28%
R=10.94%
G=50.78%
B=38.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1465490.7800.250.75161.1864.5615.49
HexE41314E0194Ba141f
Octal161016111603111324110117
Binary11101000001110001100111001100110010111010000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,65,49); }

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

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

 a { background-color: rgb(14,65,49); }

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

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

 span { border-color: rgb(14,65,49); }

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