#14502F

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

Shades of Zuccini #14502F

Tints of Zuccini #14502F

Color information

#14502F (or 0x14502F) is unknown color: approx Zuccini. HEX triplet: 14, 50 and 2F. RGB value is (20,80,47). Sum of RGB (Red+Green+Blue) = 20+80+47=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #14502F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14502F is #EBAFD0. Grayscale: #3A3A3A. Windows color (decimal): -15445969 or 3100692. OLE color: 3100692.

HSL color Cylindrical-coordinate representation of color #14502F: hue angle of 147º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14502F is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB208047-
CMYK0.7500.410.69
HSL147º60%19.61%-
HSV(B)147º75%31.37%-
XYZ3.676.093.67-
YUV58.3121.62100.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=13.61%
G=54.42%
B=31.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080470.7500.410.691476019.61
Hex14502F4B02945933c14
Octal24120571130511052237424
Binary1010010100001011111001011010100110001011001001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,80,47); }

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

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

 a { background-color: rgb(20,80,47); }

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

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

 span { border-color: rgb(20,80,47); }

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