Html Css Color HEX #136D3D Dark Spring Green

📋 copy color: '#136D3D'

red 19 ◦ green 109 ◦ blue 61

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

Shades of Dark Spring Green #136D3D

Tints of Dark Spring Green #136D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 57.67%

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

R = 10.05%
G = 57.67%
B = 32.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#136D3D (or 0x136D3D) is known color: Dark Spring Green. HEX triplet: 13, 6D and 3D. RGB value is (19,109,61). Sum of RGB (Red+Green+Blue) = 19+109+61=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #136D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136D3D is #EC92C2. Grayscale: #4C4C4C. Windows color (decimal): -15504067 or 4025619. OLE color: 4025619.

HSL color Cylindrical-coordinate representation of color #136D3D: hue angle of 148º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D3D is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 61 -
CMYK 0.83 0 0.44 0.57
HSL 148º 0.7% 0.25% -
HSV(B) 148º 0.83% 0.43% -
XYZ 6.58 11.41 6.27 -
YUV 76.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 19 109 61 0.83 0 0.44 0.57 148 0.7 0.25
Hex 13 6D 3D 53 0 2C 39 94 46 19
Octal 23 155 75 123 0 54 71 224 106 31
Binary 10011 1101101 111101 1010011 0 101100 111001 10010100 1000110 11001

Color Harmonies of #136D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D3D

Black with #136D3D

Text Example


Text Example

White with #136D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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