#0D773A

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

Shades of Dark Spring Green #0D773A

Tints of Dark Spring Green #0D773A

Color information

#0D773A (or 0x0D773A) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 77 and 3A. RGB value is (13,119,58). Sum of RGB (Red+Green+Blue) = 13+119+58=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #0D773A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D773A is #F288C5. Grayscale: #505050. Windows color (decimal): -15894726 or 3831565. OLE color: 3831565.

HSL color Cylindrical-coordinate representation of color #0D773A: hue angle of 145.47º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D773A is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1311958-
CMYK0.8900.510.53
HSL145.47º80.3%25.88%-
HSV(B)145.47º89.08%46.67%-
XYZ7.5313.586.23-
YUV80.35115.3879.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.84%
GREEN value IS 119 (46.88% from 255) = 62.63%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=6.84%
G=62.63%
B=30.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13119580.8900.510.53145.4780.325.88
HexD773A590333591501a
Octal15167721310636522112032
Binary110111101111110101011001011001111010110010001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,119,58); }

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

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

 a { background-color: rgb(13,119,58); }

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

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

 span { border-color: rgb(13,119,58); }

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