#14573B

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

Shades of Fun Green #14573B

Tints of Fun Green #14573B

Color information

#14573B (or 0x14573B) is unknown color: approx Fun Green. HEX triplet: 14, 57 and 3B. RGB value is (20,87,59). Sum of RGB (Red+Green+Blue) = 20+87+59=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #14573B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14573B is #EBA8C4. Grayscale: #3F3F3F. Windows color (decimal): -15444165 or 3888916. OLE color: 3888916.

HSL color Cylindrical-coordinate representation of color #14573B: hue angle of 154.93º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14573B is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB208759-
CMYK0.7700.320.66
HSL154.93º62.62%20.98%-
HSV(B)154.93º77.01%34.12%-
XYZ4.497.285.31-
YUV63.77125.396.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 87 (34.38% from 255) = 52.41%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=12.05%
G=52.41%
B=35.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087590.7700.320.66154.9362.6220.98
Hex14573B4D020429b3f15
Octal24127731150401022337725
Binary1010010101111110111001101010000010000101001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14573B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14573B; }

 p { color: rgb(20,87,59); }

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

<style>
 a { background-color: #14573B; }

 a { background-color: rgb(20,87,59); }

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

<style>
 span { border-color: #14573B; }

 span { border-color: rgb(20,87,59); }

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