Html Css Color HEX #0D7434 Dark Spring Green

📋 copy color: '#0D7434'

red 13 ◦ green 116 ◦ blue 52

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

Shades of Dark Spring Green #0D7434

Tints of Dark Spring Green #0D7434

RGB

 RED value IS 13 (5.47% from 255) = 7.18%

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

 BLUE value IS 52 (20.7% from 255) = 28.73%

R = 7.18%
G = 64.09%
B = 28.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#0D7434 (or 0x0D7434) is known color: Dark Spring Green. HEX triplet: 0D, 74 and 34. RGB value is (13,116,52). Sum of RGB (Red+Green+Blue) = 13+116+52=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 116 (45.70% from 255 or 64.09% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7434 is #F28BCB. Grayscale: #4E4E4E. Windows color (decimal): -15895500 or 3437581. OLE color: 3437581.

HSL color Cylindrical-coordinate representation of color #0D7434: hue angle of 142.72º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7434 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 116 52 -
CMYK 0.89 0 0.55 0.55
HSL 142.72º 0.8% 0.25% -
HSV(B) 142.72º 0.89% 0.45% -
XYZ 7.03 12.82 5.35 -
YUV 77.91 113.38 81.7 -
System Red Green Blue C M Y K H S L
Decimal 13 116 52 0.89 0 0.55 0.55 142.72 0.8 0.25
Hex D 74 34 59 0 37 37 8F 50 19
Octal 15 164 64 131 0 67 67 217 120 31
Binary 1101 1110100 110100 1011001 0 110111 110111 10001111 1010000 11001

Color Harmonies of #0D7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7434

Black with #0D7434

Text Example


Text Example

White with #0D7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D7434; }

 p { color: rgb(13,116,52); }

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

background-color css

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

 a { background-color: rgb(13,116,52); }

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

border-color css

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

 span { border-color: rgb(13,116,52); }

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