Html Css Color HEX #13733F Dark Spring Green

📋 copy color: '#13733F'

red 19 ◦ green 115 ◦ blue 63

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

Shades of Dark Spring Green #13733F

Tints of Dark Spring Green #13733F

RGB

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

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

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

R = 9.64%
G = 58.38%
B = 31.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#13733F (or 0x13733F) is known color: Dark Spring Green. HEX triplet: 13, 73 and 3F. RGB value is (19,115,63). Sum of RGB (Red+Green+Blue) = 19+115+63=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #13733F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13733F is #EC8CC0. Grayscale: #505050. Windows color (decimal): -15502529 or 4158227. OLE color: 4158227.

HSL color Cylindrical-coordinate representation of color #13733F: hue angle of 147.5º 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 #13733F is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 63 -
CMYK 0.83 0 0.45 0.55
HSL 147.5º 0.72% 0.26% -
HSV(B) 147.5º 0.83% 0.45% -
XYZ 7.3 12.76 6.78 -
YUV 80.37 118.2 84.23 -
System Red Green Blue C M Y K H S L
Decimal 19 115 63 0.83 0 0.45 0.55 147.5 0.72 0.26
Hex 13 73 3F 53 0 2D 37 94 48 1A
Octal 23 163 77 123 0 55 67 224 110 32
Binary 10011 1110011 111111 1010011 0 101101 110111 10010100 1001000 11010

Color Harmonies of #13733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13733F

Black with #13733F

Text Example


Text Example

White with #13733F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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