#14613D

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

Shades of Fun Green #14613D

Tints of Fun Green #14613D

Color information

#14613D (or 0x14613D) is unknown color: approx Fun Green. HEX triplet: 14, 61 and 3D. RGB value is (20,97,61). Sum of RGB (Red+Green+Blue) = 20+97+61=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #14613D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14613D is #EB9EC2. Grayscale: #454545. Windows color (decimal): -15441603 or 4022548. OLE color: 4022548.

HSL color Cylindrical-coordinate representation of color #14613D: hue angle of 151.95º 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 #14613D is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB209761-
CMYK0.7900.370.62
HSL151.95º65.81%22.94%-
HSV(B)151.95º79.38%38.04%-
XYZ5.419.045.87-
YUV69.87122.9992.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=11.24%
G=54.49%
B=34.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097610.7900.370.62151.9565.8122.94
Hex14613D4F0253E984217
Octal24141751170457623010227
Binary1010011000011111011001111010010111111010011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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