#14583A

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

Shades of Fun Green #14583A

Tints of Fun Green #14583A

Color information

#14583A (or 0x14583A) is unknown color: approx Fun Green. HEX triplet: 14, 58 and 3A. RGB value is (20,88,58). Sum of RGB (Red+Green+Blue) = 20+88+58=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #14583A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14583A is #EBA7C5. Grayscale: #404040. Windows color (decimal): -15443910 or 3823636. OLE color: 3823636.

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

Color convert

RGB208858-
CMYK0.7700.340.65
HSL153.53º62.96%21.18%-
HSV(B)153.53º77.27%34.51%-
XYZ4.547.435.2-
YUV64.25124.4796.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 88 (34.77% from 255) = 53.01%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=12.05%
G=53.01%
B=34.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088580.7700.340.65153.5362.9621.18
Hex14583A4D022419a3f15
Octal24130721150421012327725
Binary1010010110001110101001101010001010000011001101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14583A; }

 p { color: rgb(20,88,58); }

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

<style>
 a { background-color: #14583A; }

 a { background-color: rgb(20,88,58); }

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

<style>
 span { border-color: #14583A; }

 span { border-color: rgb(20,88,58); }

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