#0E5D3B

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

Shades of Fun Green #0E5D3B

Tints of Fun Green #0E5D3B

Color information

#0E5D3B (or 0x0E5D3B) is unknown color: approx Fun Green. HEX triplet: 0E, 5D and 3B. RGB value is (14,93,59). Sum of RGB (Red+Green+Blue) = 14+93+59=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #0E5D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5D3B is #F1A2C4. Grayscale: #414141. Windows color (decimal): -15835845 or 3890446. OLE color: 3890446.

HSL color Cylindrical-coordinate representation of color #0E5D3B: hue angle of 154.18º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5D3B is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB149359-
CMYK0.8500.370.64
HSL154.18º73.83%20.98%-
HSV(B)154.18º84.95%36.47%-
XYZ4.888.245.47-
YUV65.5124.3391.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.43%
GREEN value IS 93 (36.72% from 255) = 56.02%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=8.43%
G=56.02%
B=35.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1493590.8500.370.64154.1873.8320.98
HexE5D3B55025409a4a15
Octal161357312504510023211225
Binary1110101110111101110101010100101100000010011010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,93,59); }

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

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

 a { background-color: rgb(14,93,59); }

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

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

 span { border-color: rgb(14,93,59); }

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