#0E553B

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

Shades of Fun Green #0E553B

Tints of Fun Green #0E553B

Color information

#0E553B (or 0x0E553B) is unknown color: approx Fun Green. HEX triplet: 0E, 55 and 3B. RGB value is (14,85,59). Sum of RGB (Red+Green+Blue) = 14+85+59=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #0E553B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E553B is #F1AAC4. Grayscale: #3C3C3C. Windows color (decimal): -15837893 or 3888398. OLE color: 3888398.

HSL color Cylindrical-coordinate representation of color #0E553B: hue angle of 158.03º 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 #0E553B is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB148559-
CMYK0.8400.310.67
HSL158.03º71.72%19.41%-
HSV(B)158.03º83.53%33.33%-
XYZ4.226.915.25-
YUV60.81126.9894.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.86%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 59 (23.44% from 255) = 37.34%
R=8.86%
G=53.80%
B=37.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485590.8400.310.67158.0371.7219.41
HexE553B5401F439e4813
Octal161257312403710323611023
Binary111010101011110111010100011111100001110011110100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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