#0D7A36

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

Shades of Dark Spring Green #0D7A36

Tints of Dark Spring Green #0D7A36

Color information

#0D7A36 (or 0x0D7A36) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 7A and 36. RGB value is (13,122,54). Sum of RGB (Red+Green+Blue) = 13+122+54=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 122 (48.05% from 255 or 64.55% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 122 - color contains mainly: green. Hex color #0D7A36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7A36 is #F285C9. Grayscale: #515151. Windows color (decimal): -15893962 or 3570189. OLE color: 3570189.

HSL color Cylindrical-coordinate representation of color #0D7A36: hue angle of 142.57º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7A36 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB1312254-
CMYK0.8900.560.52
HSL142.57º80.74%26.47%-
HSV(B)142.57º89.34%47.84%-
XYZ7.7914.275.83-
YUV81.66112.3979.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.88%
GREEN value IS 122 (48.05% from 255) = 64.55%
BLUE value IS 54 (21.48% from 255) = 28.57%
R=6.88%
G=64.55%
B=28.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13122540.8900.560.52142.5780.7426.47
HexD7A3659038348f511a
Octal15172661310706421712132
Binary110111110101101101011001011100011010010001111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,122,54); }

 H1.HeaderClassName
 {
   color: #0D7A36;
 }
 .AnyTagClassName
 {
   color: #0D7A36;
 }
</style>
background-color css

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

 a { background-color: rgb(13,122,54); }

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

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

 span { border-color: rgb(13,122,54); }

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