#207640

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

Shades of Dark Spring Green #207640

Tints of Dark Spring Green #207640

Color information

#207640 (or 0x207640) is unknown color: approx Dark Spring Green. HEX triplet: 20, 76 and 40. RGB value is (32,118,64). Sum of RGB (Red+Green+Blue) = 32+118+64=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #207640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207640 is #DF89BF. Grayscale: #565656. Windows color (decimal): -14649792 or 4224544. OLE color: 4224544.

HSL color Cylindrical-coordinate representation of color #207640: hue angle of 142.33º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207640 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB3211864-
CMYK0.7300.460.54
HSL142.33º57.33%29.41%-
HSV(B)142.33º72.88%46.27%-
XYZ813.637.06-
YUV86.13115.5189.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 118 (46.48% from 255) = 55.14%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=14.95%
G=55.14%
B=29.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32118640.7300.460.54142.3357.3329.41
Hex2076404902E368e391d
Octal40166100111056662167135
Binary10000011101101000000100100101011101101101000111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207640; }

 p { color: rgb(32,118,64); }

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

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

 a { background-color: rgb(32,118,64); }

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

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

 span { border-color: rgb(32,118,64); }

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