Html Css Color HEX #13763A Dark Spring Green

📋 copy color: '#13763A'

red 19 ◦ green 118 ◦ blue 58

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

Shades of Dark Spring Green #13763A

Tints of Dark Spring Green #13763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.74%

R = 9.74%
G = 60.51%
B = 29.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#13763A (or 0x13763A) is known color: Dark Spring Green. HEX triplet: 13, 76 and 3A. RGB value is (19,118,58). Sum of RGB (Red+Green+Blue) = 19+118+58=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #13763A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13763A is #EC89C5. Grayscale: #515151. Windows color (decimal): -15501766 or 3831315. OLE color: 3831315.

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

Color convert

RGB 19 118 58 -
CMYK 0.84 0 0.51 0.54
HSL 143.64º 0.72% 0.27% -
HSV(B) 143.64º 0.84% 0.46% -
XYZ 7.51 13.4 6.19 -
YUV 81.56 114.7 83.38 -
System Red Green Blue C M Y K H S L
Decimal 19 118 58 0.84 0 0.51 0.54 143.64 0.72 0.27
Hex 13 76 3A 54 0 33 36 90 48 1B
Octal 23 166 72 124 0 63 66 220 110 33
Binary 10011 1110110 111010 1010100 0 110011 110110 10010000 1001000 11011

Color Harmonies of #13763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13763A

Black with #13763A

Text Example


Text Example

White with #13763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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