Html Css Color HEX #14773A Dark Spring Green

📋 copy color: '#14773A'

red 20 ◦ green 119 ◦ blue 58

#14773A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #14773A

Tints of Dark Spring Green #14773A

RGB

 RED value IS 20 (8.2% from 255) = 10.15%

 GREEN value IS 119 (46.88% from 255) = 60.41%

 BLUE value IS 58 (23.05% from 255) = 29.44%

R = 10.15%
G = 60.41%
B = 29.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#14773A (or 0x14773A) is known color: Dark Spring Green. HEX triplet: 14, 77 and 3A. RGB value is (20,119,58). Sum of RGB (Red+Green+Blue) = 20+119+58=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #14773A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14773A is #EB88C5. Grayscale: #525252. Windows color (decimal): -15435974 or 3831572. OLE color: 3831572.

HSL color Cylindrical-coordinate representation of color #14773A: hue angle of 143.03º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14773A is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 119 58 -
CMYK 0.83 0 0.51 0.53
HSL 143.03º 0.71% 0.27% -
HSV(B) 143.03º 0.83% 0.47% -
XYZ 7.65 13.65 6.23 -
YUV 82.45 114.2 83.46 -
System Red Green Blue C M Y K H S L
Decimal 20 119 58 0.83 0 0.51 0.53 143.03 0.71 0.27
Hex 14 77 3A 53 0 33 35 8F 47 1B
Octal 24 167 72 123 0 63 65 217 107 33
Binary 10100 1110111 111010 1010011 0 110011 110101 10001111 1000111 11011

Color Harmonies of #14773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14773A

Black with #14773A

Text Example


Text Example

White with #14773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14773A;
 }
 .AnyTagClassName
 {
   color: #14773A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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