#0D7738

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

Shades of Dark Spring Green #0D7738

Tints of Dark Spring Green #0D7738

Color information

#0D7738 (or 0x0D7738) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 77 and 38. RGB value is (13,119,56). Sum of RGB (Red+Green+Blue) = 13+119+56=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7738 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7738 is #F288C7. Grayscale: #505050. Windows color (decimal): -15894728 or 3700493. OLE color: 3700493.

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

Color convert

RGB1311956-
CMYK0.8900.530.53
HSL144.34º80.3%25.88%-
HSV(B)144.34º89.08%46.67%-
XYZ7.4813.565.97-
YUV80.12114.3880.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.91%
GREEN value IS 119 (46.88% from 255) = 63.30%
BLUE value IS 56 (22.27% from 255) = 29.79%
R=6.91%
G=63.30%
B=29.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13119560.8900.530.53144.3480.325.88
HexD7738590353590501a
Octal15167701310656522012032
Binary110111101111110001011001011010111010110010000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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