Html Css Color HEX #14753D Dark Spring Green

📋 copy color: '#14753D'

red 20 ◦ green 117 ◦ blue 61

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

Shades of Dark Spring Green #14753D

Tints of Dark Spring Green #14753D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.09%

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 10.1%
G = 59.09%
B = 30.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#14753D (or 0x14753D) is known color: Dark Spring Green. HEX triplet: 14, 75 and 3D. RGB value is (20,117,61). Sum of RGB (Red+Green+Blue) = 20+117+61=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #14753D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14753D is #EB8AC2. Grayscale: #515151. Windows color (decimal): -15436483 or 4027668. OLE color: 4027668.

HSL color Cylindrical-coordinate representation of color #14753D: hue angle of 145.36º 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 #14753D is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 61 -
CMYK 0.83 0 0.48 0.54
HSL 145.36º 0.71% 0.27% -
HSV(B) 145.36º 0.83% 0.46% -
XYZ 7.49 13.21 6.57 -
YUV 81.61 116.36 84.05 -
System Red Green Blue C M Y K H S L
Decimal 20 117 61 0.83 0 0.48 0.54 145.36 0.71 0.27
Hex 14 75 3D 53 0 30 36 91 47 1B
Octal 24 165 75 123 0 60 66 221 107 33
Binary 10100 1110101 111101 1010011 0 110000 110110 10010001 1000111 11011

Color Harmonies of #14753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14753D

Black with #14753D

Text Example


Text Example

White with #14753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14753D; }

 p { color: rgb(20,117,61); }

 H1.HeaderClassName
 {
   color: #14753D;
 }
 .AnyTagClassName
 {
   color: #14753D;
 }
</style>

background-color css

<style>
 a { background-color: #14753D; }

 a { background-color: rgb(20,117,61); }

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

border-color css

<style>
 span { border-color: #14753D; }

 span { border-color: rgb(20,117,61); }

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