Html Css Color HEX #0D734A Dark Spring Green

📋 copy color: '#0D734A'

red 13 ◦ green 115 ◦ blue 74

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

Shades of Dark Spring Green #0D734A

Tints of Dark Spring Green #0D734A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.93%

 BLUE value IS 74 (29.3% from 255) = 36.63%

R = 6.44%
G = 56.93%
B = 36.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#0D734A (or 0x0D734A) is known color: Dark Spring Green. HEX triplet: 0D, 73 and 4A. RGB value is (13,115,74). Sum of RGB (Red+Green+Blue) = 13+115+74=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #0D734A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D734A is #F28CB5. Grayscale: #4F4F4F. Windows color (decimal): -15895734 or 4879117. OLE color: 4879117.

HSL color Cylindrical-coordinate representation of color #0D734A: hue angle of 155.88º 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 #0D734A is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 115 74 -
CMYK 0.89 0 0.36 0.55
HSL 155.88º 0.8% 0.25% -
HSV(B) 155.88º 0.89% 0.45% -
XYZ 7.53 12.84 8.56 -
YUV 79.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 13 115 74 0.89 0 0.36 0.55 155.88 0.8 0.25
Hex D 73 4A 59 0 24 37 9C 50 19
Octal 15 163 112 131 0 44 67 234 120 31
Binary 1101 1110011 1001010 1011001 0 100100 110111 10011100 1010000 11001

Color Harmonies of #0D734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D734A

Black with #0D734A

Text Example


Text Example

White with #0D734A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,115,74); }

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

background-color css

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

 a { background-color: rgb(13,115,74); }

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

border-color css

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

 span { border-color: rgb(13,115,74); }

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