#14724B

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

Shades of Dark Spring Green #14724B

Tints of Dark Spring Green #14724B

Color information

#14724B (or 0x14724B) is unknown color: approx Dark Spring Green. HEX triplet: 14, 72 and 4B. RGB value is (20,114,75). Sum of RGB (Red+Green+Blue) = 20+114+75=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #14724B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14724B is #EB8DB4. Grayscale: #515151. Windows color (decimal): -15437237 or 4944404. OLE color: 4944404.

HSL color Cylindrical-coordinate representation of color #14724B: hue angle of 155.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14724B is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB2011475-
CMYK0.8200.340.55
HSL155.11º70.15%26.27%-
HSV(B)155.11º82.46%44.71%-
XYZ7.5812.698.71-
YUV81.45124.3684.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 114 (44.92% from 255) = 54.55%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=9.57%
G=54.55%
B=35.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20114750.8200.340.55155.1170.1526.27
Hex14724B52022379b461a
Octal241621131220426723310632
Binary10100111001010010111010010010001011011110011011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,114,75); }

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

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

 a { background-color: rgb(20,114,75); }

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

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

 span { border-color: rgb(20,114,75); }

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