#0E553E

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

Shades of Fun Green #0E553E

Tints of Fun Green #0E553E

Color information

#0E553E (or 0x0E553E) is unknown color: approx Fun Green. HEX triplet: 0E, 55 and 3E. RGB value is (14,85,62). Sum of RGB (Red+Green+Blue) = 14+85+62=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #0E553E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E553E is #F1AAC1. Grayscale: #3D3D3D. Windows color (decimal): -15837890 or 4085006. OLE color: 4085006.

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

Color convert

RGB148562-
CMYK0.8400.270.67
HSL160.56º71.72%19.41%-
HSV(B)160.56º83.53%33.33%-
XYZ4.36.945.67-
YUV61.15128.4894.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.70%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=8.70%
G=52.80%
B=38.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485620.8400.270.67160.5671.7219.41
HexE553E5401B43a14813
Octal161257612403310324111023
Binary111010101011111101010100011011100001110100001100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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