Html Css Color HEX #137443 Dark Spring Green

📋 copy color: '#137443'

red 19 ◦ green 116 ◦ blue 67

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

Shades of Dark Spring Green #137443

Tints of Dark Spring Green #137443

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.43%

 BLUE value IS 67 (26.56% from 255) = 33.17%

R = 9.41%
G = 57.43%
B = 33.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#137443 (or 0x137443) is known color: Dark Spring Green. HEX triplet: 13, 74 and 43. RGB value is (19,116,67). Sum of RGB (Red+Green+Blue) = 19+116+67=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #137443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137443 is #EC8BBC. Grayscale: #515151. Windows color (decimal): -15502269 or 4420627. OLE color: 4420627.

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

Color convert

RGB 19 116 67 -
CMYK 0.84 0 0.42 0.55
HSL 149.69º 0.72% 0.26% -
HSV(B) 149.69º 0.84% 0.45% -
XYZ 7.53 13.03 7.43 -
YUV 81.41 119.86 83.48 -
System Red Green Blue C M Y K H S L
Decimal 19 116 67 0.84 0 0.42 0.55 149.69 0.72 0.26
Hex 13 74 43 54 0 2A 37 96 48 1A
Octal 23 164 103 124 0 52 67 226 110 32
Binary 10011 1110100 1000011 1010100 0 101010 110111 10010110 1001000 11010

Color Harmonies of #137443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137443

Black with #137443

Text Example


Text Example

White with #137443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137443; }

 p { color: rgb(19,116,67); }

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

background-color css

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

 a { background-color: rgb(19,116,67); }

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

border-color css

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

 span { border-color: rgb(19,116,67); }

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