#14653C

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

Shades of Fun Green #14653C

Tints of Fun Green #14653C

Color information

#14653C (or 0x14653C) is unknown color: approx Fun Green. HEX triplet: 14, 65 and 3C. RGB value is (20,101,60). Sum of RGB (Red+Green+Blue) = 20+101+60=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #14653C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14653C is #EB9AC3. Grayscale: #484848. Windows color (decimal): -15440580 or 3958036. OLE color: 3958036.

HSL color Cylindrical-coordinate representation of color #14653C: hue angle of 149.63º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14653C is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB2010160-
CMYK0.8000.410.60
HSL149.63º66.94%23.73%-
HSV(B)149.63º80.2%39.61%-
XYZ5.769.785.86-
YUV72.11121.1690.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 101 (39.84% from 255) = 55.80%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=11.05%
G=55.80%
B=33.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20101600.8000.410.60149.6366.9423.73
Hex14653C500293C964318
Octal24145741200517422610330
Binary1010011001011111001010000010100111110010010110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14653C; }

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

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

<style>
 a { background-color: #14653C; }

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

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

<style>
 span { border-color: #14653C; }

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

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