#14683D

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

Shades of Fun Green #14683D

Tints of Fun Green #14683D

Color information

#14683D (or 0x14683D) is unknown color: approx Fun Green. HEX triplet: 14, 68 and 3D. RGB value is (20,104,61). Sum of RGB (Red+Green+Blue) = 20+104+61=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #14683D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14683D is #EB97C2. Grayscale: #4A4A4A. Windows color (decimal): -15439811 or 4024340. OLE color: 4024340.

HSL color Cylindrical-coordinate representation of color #14683D: hue angle of 149.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14683D is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB2010461-
CMYK0.8100.410.59
HSL149.29º67.74%24.31%-
HSV(B)149.29º80.77%40.78%-
XYZ6.0810.396.1-
YUV73.98120.6789.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 104 (41.02% from 255) = 56.22%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=10.81%
G=56.22%
B=32.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104610.8100.410.59149.2967.7424.31
Hex14683D510293B954418
Octal24150751210517322510430
Binary1010011010001111011010001010100111101110010101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14683D; }

 p { color: rgb(20,104,61); }

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

<style>
 a { background-color: #14683D; }

 a { background-color: rgb(20,104,61); }

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

<style>
 span { border-color: #14683D; }

 span { border-color: rgb(20,104,61); }

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