Html Css Color HEX #13763F Dark Spring Green

📋 copy color: '#13763F'

red 19 ◦ green 118 ◦ blue 63

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

Shades of Dark Spring Green #13763F

Tints of Dark Spring Green #13763F

RGB

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

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

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

R = 9.5%
G = 59%
B = 31.5%

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

#13763F (or 0x13763F) is known color: Dark Spring Green. HEX triplet: 13, 76 and 3F. RGB value is (19,118,63). Sum of RGB (Red+Green+Blue) = 19+118+63=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #13763F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13763F is #EC89C0. Grayscale: #525252. Windows color (decimal): -15501761 or 4158995. OLE color: 4158995.

HSL color Cylindrical-coordinate representation of color #13763F: hue angle of 146.67º 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 #13763F is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 63 -
CMYK 0.84 0 0.47 0.54
HSL 146.67º 0.72% 0.27% -
HSV(B) 146.67º 0.84% 0.46% -
XYZ 7.64 13.45 6.9 -
YUV 82.13 117.2 82.97 -
System Red Green Blue C M Y K H S L
Decimal 19 118 63 0.84 0 0.47 0.54 146.67 0.72 0.27
Hex 13 76 3F 54 0 2F 36 93 48 1B
Octal 23 166 77 124 0 57 66 223 110 33
Binary 10011 1110110 111111 1010100 0 101111 110110 10010011 1001000 11011

Color Harmonies of #13763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13763F

Black with #13763F

Text Example


Text Example

White with #13763F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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