Html Css Color HEX #13763E Dark Spring Green

📋 copy color: '#13763E'

red 19 ◦ green 118 ◦ blue 62

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

Shades of Dark Spring Green #13763E

Tints of Dark Spring Green #13763E

RGB

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

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

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

R = 9.55%
G = 59.3%
B = 31.16%

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

#13763E (or 0x13763E) is known color: Dark Spring Green. HEX triplet: 13, 76 and 3E. RGB value is (19,118,62). Sum of RGB (Red+Green+Blue) = 19+118+62=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #13763E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13763E is #EC89C1. Grayscale: #525252. Windows color (decimal): -15501762 or 4093459. OLE color: 4093459.

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

Color convert

RGB 19 118 62 -
CMYK 0.84 0 0.47 0.54
HSL 146.06º 0.72% 0.27% -
HSV(B) 146.06º 0.84% 0.46% -
XYZ 7.62 13.44 6.75 -
YUV 82.02 116.7 83.05 -
System Red Green Blue C M Y K H S L
Decimal 19 118 62 0.84 0 0.47 0.54 146.06 0.72 0.27
Hex 13 76 3E 54 0 2F 36 92 48 1B
Octal 23 166 76 124 0 57 66 222 110 33
Binary 10011 1110110 111110 1010100 0 101111 110110 10010010 1001000 11011

Color Harmonies of #13763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13763E

Black with #13763E

Text Example


Text Example

White with #13763E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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