#0E653C

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

Shades of Fun Green #0E653C

Tints of Fun Green #0E653C

Color information

#0E653C (or 0x0E653C) is unknown color: approx Fun Green. HEX triplet: 0E, 65 and 3C. RGB value is (14,101,60). Sum of RGB (Red+Green+Blue) = 14+101+60=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #0E653C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E653C is #F19AC3. Grayscale: #464646. Windows color (decimal): -15833796 or 3958030. OLE color: 3958030.

HSL color Cylindrical-coordinate representation of color #0E653C: hue angle of 151.72º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E653C is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1410160-
CMYK0.8600.410.60
HSL151.72º75.65%22.55%-
HSV(B)151.72º86.14%39.61%-
XYZ5.659.735.85-
YUV70.31122.1887.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8%
GREEN value IS 101 (39.84% from 255) = 57.71%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=8%
G=57.71%
B=34.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal14101600.8600.410.60151.7275.6522.55
HexE653C560293C984c17
Octal16145741260517423011427
Binary111011001011111001010110010100111110010011000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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