#14603D

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

Shades of Fun Green #14603D

Tints of Fun Green #14603D

Color information

#14603D (or 0x14603D) is unknown color: approx Fun Green. HEX triplet: 14, 60 and 3D. RGB value is (20,96,61). Sum of RGB (Red+Green+Blue) = 20+96+61=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #14603D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14603D is #EB9FC2. Grayscale: #454545. Windows color (decimal): -15441859 or 4022292. OLE color: 4022292.

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

Color convert

RGB209661-
CMYK0.7900.360.62
HSL152.37º65.52%22.75%-
HSV(B)152.37º79.17%37.65%-
XYZ5.318.855.84-
YUV69.29123.3292.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=11.30%
G=54.24%
B=34.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096610.7900.360.62152.3765.5222.75
Hex14603D4F0243E984217
Octal24140751170447623010227
Binary1010011000001111011001111010010011111010011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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