#14613F

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

Shades of Fun Green #14613F

Tints of Fun Green #14613F

Color information

#14613F (or 0x14613F) is unknown color: approx Fun Green. HEX triplet: 14, 61 and 3F. RGB value is (20,97,63). Sum of RGB (Red+Green+Blue) = 20+97+63=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #14613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14613F is #EB9EC0. Grayscale: #464646. Windows color (decimal): -15441601 or 4153620. OLE color: 4153620.

HSL color Cylindrical-coordinate representation of color #14613F: hue angle of 153.51º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14613F is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB209763-
CMYK0.7900.350.62
HSL153.51º65.81%22.94%-
HSV(B)153.51º79.38%38.04%-
XYZ5.469.066.16-
YUV70.1123.9992.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.11%
GREEN value IS 97 (38.28% from 255) = 53.89%
BLUE value IS 63 (25% from 255) = 35%
R=11.11%
G=53.89%
B=35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097630.7900.350.62153.5165.8122.94
Hex14613F4F0233E9a4217
Octal24141771170437623210227
Binary1010011000011111111001111010001111111010011010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14613F; }

 p { color: rgb(20,97,63); }

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

<style>
 a { background-color: #14613F; }

 a { background-color: rgb(20,97,63); }

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

<style>
 span { border-color: #14613F; }

 span { border-color: rgb(20,97,63); }

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