Html Css Color HEX #13733C Dark Spring Green

📋 copy color: '#13733C'

red 19 ◦ green 115 ◦ blue 60

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

Shades of Dark Spring Green #13733C

Tints of Dark Spring Green #13733C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 59.28%

 BLUE value IS 60 (23.83% from 255) = 30.93%

R = 9.79%
G = 59.28%
B = 30.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#13733C (or 0x13733C) is known color: Dark Spring Green. HEX triplet: 13, 73 and 3C. RGB value is (19,115,60). Sum of RGB (Red+Green+Blue) = 19+115+60=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #13733C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13733C is #EC8CC3. Grayscale: #505050. Windows color (decimal): -15502532 or 3961619. OLE color: 3961619.

HSL color Cylindrical-coordinate representation of color #13733C: hue angle of 145.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13733C is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 60 -
CMYK 0.83 0 0.48 0.55
HSL 145.63º 0.72% 0.26% -
HSV(B) 145.63º 0.83% 0.45% -
XYZ 7.21 12.73 6.35 -
YUV 80.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 19 115 60 0.83 0 0.48 0.55 145.63 0.72 0.26
Hex 13 73 3C 53 0 30 37 92 48 1A
Octal 23 163 74 123 0 60 67 222 110 32
Binary 10011 1110011 111100 1010011 0 110000 110111 10010010 1001000 11010

Color Harmonies of #13733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13733C

Black with #13733C

Text Example


Text Example

White with #13733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13733C; }

 p { color: rgb(19,115,60); }

 H1.HeaderClassName
 {
   color: #13733C;
 }
 .AnyTagClassName
 {
   color: #13733C;
 }
</style>

background-color css

<style>
 a { background-color: #13733C; }

 a { background-color: rgb(19,115,60); }

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

border-color css

<style>
 span { border-color: #13733C; }

 span { border-color: rgb(19,115,60); }

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