#0E563C

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

Shades of Fun Green #0E563C

Tints of Fun Green #0E563C

Color information

#0E563C (or 0x0E563C) is unknown color: approx Fun Green. HEX triplet: 0E, 56 and 3C. RGB value is (14,86,60). Sum of RGB (Red+Green+Blue) = 14+86+60=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #0E563C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E563C is #F1A9C3. Grayscale: #3D3D3D. Windows color (decimal): -15837636 or 3954190. OLE color: 3954190.

HSL color Cylindrical-coordinate representation of color #0E563C: hue angle of 158.33º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E563C is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB148660-
CMYK0.8400.300.66
HSL158.33º72%19.61%-
HSV(B)158.33º83.72%33.73%-
XYZ4.327.085.41-
YUV61.51127.1594.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.75%
GREEN value IS 86 (33.98% from 255) = 53.75%
BLUE value IS 60 (23.83% from 255) = 37.5%
R=8.75%
G=53.75%
B=37.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1486600.8400.300.66158.337219.61
HexE563C5401E429e4814
Octal161267412403610223611024
Binary111010101101111001010100011110100001010011110100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,86,60); }

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

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

 a { background-color: rgb(14,86,60); }

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

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

 span { border-color: rgb(14,86,60); }

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