#0E4833

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

Shades of Sherwood Green #0E4833

Tints of Sherwood Green #0E4833

Color information

#0E4833 (or 0x0E4833) is unknown color: approx Sherwood Green. HEX triplet: 0E, 48 and 33. RGB value is (14,72,51). Sum of RGB (Red+Green+Blue) = 14+72+51=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #0E4833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4833 is #F1B7CC. Grayscale: #343434. Windows color (decimal): -15841229 or 3360782. OLE color: 3360782.

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

Color convert

RGB147251-
CMYK0.8100.290.72
HSL158.28º67.44%16.86%-
HSV(B)158.28º80.56%28.24%-
XYZ3.14.973.93-
YUV52.26127.28100.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.22%
GREEN value IS 72 (28.52% from 255) = 52.55%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=10.22%
G=52.55%
B=37.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1472510.8100.290.72158.2867.4416.86
HexE48335101D489e4311
Octal161106312103511023610321
Binary111010010001100111010001011101100100010011110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,72,51); }

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

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

 a { background-color: rgb(14,72,51); }

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

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

 span { border-color: rgb(14,72,51); }

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