Html Css Color HEX #13753E Dark Spring Green

📋 copy color: '#13753E'

red 19 ◦ green 117 ◦ blue 62

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

Shades of Dark Spring Green #13753E

Tints of Dark Spring Green #13753E

RGB

 RED value IS 19 (7.81% from 255) = 9.6%

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

 BLUE value IS 62 (24.61% from 255) = 31.31%

R = 9.6%
G = 59.09%
B = 31.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#13753E (or 0x13753E) is known color: Dark Spring Green. HEX triplet: 13, 75 and 3E. RGB value is (19,117,62). Sum of RGB (Red+Green+Blue) = 19+117+62=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #13753E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13753E is #EC8AC1. Grayscale: #515151. Windows color (decimal): -15502018 or 4093203. OLE color: 4093203.

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

Color convert

RGB 19 117 62 -
CMYK 0.84 0 0.47 0.54
HSL 146.33º 0.72% 0.27% -
HSV(B) 146.33º 0.84% 0.46% -
XYZ 7.5 13.21 6.71 -
YUV 81.43 117.03 83.47 -
System Red Green Blue C M Y K H S L
Decimal 19 117 62 0.84 0 0.47 0.54 146.33 0.72 0.27
Hex 13 75 3E 54 0 2F 36 92 48 1B
Octal 23 165 76 124 0 57 66 222 110 33
Binary 10011 1110101 111110 1010100 0 101111 110110 10010010 1001000 11011

Color Harmonies of #13753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13753E

Black with #13753E

Text Example


Text Example

White with #13753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13753E; }

 p { color: rgb(19,117,62); }

 H1.HeaderClassName
 {
   color: #13753E;
 }
 .AnyTagClassName
 {
   color: #13753E;
 }
</style>

background-color css

<style>
 a { background-color: #13753E; }

 a { background-color: rgb(19,117,62); }

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

border-color css

<style>
 span { border-color: #13753E; }

 span { border-color: rgb(19,117,62); }

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