Html Css Color HEX #137B3D Dark Spring Green

📋 copy color: '#137B3D'

red 19 ◦ green 123 ◦ blue 61

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

Shades of Dark Spring Green #137B3D

Tints of Dark Spring Green #137B3D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 60.59%

 BLUE value IS 61 (24.22% from 255) = 30.05%

R = 9.36%
G = 60.59%
B = 30.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#137B3D (or 0x137B3D) is known color: Dark Spring Green. HEX triplet: 13, 7B and 3D. RGB value is (19,123,61). Sum of RGB (Red+Green+Blue) = 19+123+61=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 123 (48.44% from 255 or 60.59% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 123 - color contains mainly: green. Hex color #137B3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B3D is #EC84C2. Grayscale: #545454. Windows color (decimal): -15500483 or 4029203. OLE color: 4029203.

HSL color Cylindrical-coordinate representation of color #137B3D: hue angle of 144.23º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B3D is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 61 -
CMYK 0.85 0 0.50 0.52
HSL 144.23º 0.73% 0.28% -
HSV(B) 144.23º 0.85% 0.48% -
XYZ 8.19 14.64 6.81 -
YUV 84.84 114.54 81.04 -
System Red Green Blue C M Y K H S L
Decimal 19 123 61 0.85 0 0.50 0.52 144.23 0.73 0.28
Hex 13 7B 3D 55 0 32 34 90 49 1C
Octal 23 173 75 125 0 62 64 220 111 34
Binary 10011 1111011 111101 1010101 0 110010 110100 10010000 1001001 11100

Color Harmonies of #137B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B3D

Black with #137B3D

Text Example


Text Example

White with #137B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137B3D; }

 p { color: rgb(19,123,61); }

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

background-color css

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

 a { background-color: rgb(19,123,61); }

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

border-color css

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

 span { border-color: rgb(19,123,61); }

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