#0D734A

Color #0D734A Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #0D734A

Tints of Dark Spring Green #0D734A

Color information

#0D734A (or 0x0D734A) is unknown color: approx 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

RGB1311574-
CMYK0.8900.360.55
HSL155.88º79.69%25.1%-
HSV(B)155.88º88.7%45.1%-
XYZ7.5312.848.56-
YUV79.83124.7180.33-

RGB Variations

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

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.30% from 255) = 36.63%
R=6.44%
G=56.93%
B=36.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13115740.8900.360.55155.8879.6925.1
HexD734A59024379c5019
Octal151631121310446723412031
Binary1101111001110010101011001010010011011110011100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>