Html Css Color HEX #14763F Dark Spring Green

📋 copy color: '#14763F'

red 20 ◦ green 118 ◦ blue 63

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

Shades of Dark Spring Green #14763F

Tints of Dark Spring Green #14763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.71%

 BLUE value IS 63 (25% from 255) = 31.34%

R = 9.95%
G = 58.71%
B = 31.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#14763F (or 0x14763F) is known color: Dark Spring Green. HEX triplet: 14, 76 and 3F. RGB value is (20,118,63). Sum of RGB (Red+Green+Blue) = 20+118+63=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #14763F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14763F is #EB89C0. Grayscale: #525252. Windows color (decimal): -15436225 or 4158996. OLE color: 4158996.

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

Color convert

RGB 20 118 63 -
CMYK 0.83 0 0.47 0.54
HSL 146.33º 0.71% 0.27% -
HSV(B) 146.33º 0.83% 0.46% -
XYZ 7.66 13.46 6.9 -
YUV 82.43 117.03 83.47 -
System Red Green Blue C M Y K H S L
Decimal 20 118 63 0.83 0 0.47 0.54 146.33 0.71 0.27
Hex 14 76 3F 53 0 2F 36 92 47 1B
Octal 24 166 77 123 0 57 66 222 107 33
Binary 10100 1110110 111111 1010011 0 101111 110110 10010010 1000111 11011

Color Harmonies of #14763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14763F

Black with #14763F

Text Example


Text Example

White with #14763F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,118,63); }

 H1.HeaderClassName
 {
   color: #14763F;
 }
 .AnyTagClassName
 {
   color: #14763F;
 }
</style>

background-color css

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

 a { background-color: rgb(20,118,63); }

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

border-color css

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

 span { border-color: rgb(20,118,63); }

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