#127648

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

Shades of Dark Spring Green #127648

Tints of Dark Spring Green #127648

Color information

#127648 (or 0x127648) is unknown color: approx Dark Spring Green. HEX triplet: 12, 76 and 48. RGB value is (18,118,72). Sum of RGB (Red+Green+Blue) = 18+118+72=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #127648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127648 is #ED89B7. Grayscale: #525252. Windows color (decimal): -15567288 or 4748818. OLE color: 4748818.

HSL color Cylindrical-coordinate representation of color #127648: hue angle of 152.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127648 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1811872-
CMYK0.8500.390.54
HSL152.4º73.53%26.67%-
HSV(B)152.4º84.75%46.27%-
XYZ7.913.558.33-
YUV82.86121.8781.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 118 (46.48% from 255) = 56.73%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=8.65%
G=56.73%
B=34.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118720.8500.390.54152.473.5326.67
Hex1276485502736984a1b
Octal221661101250476623011233
Binary10010111011010010001010101010011111011010011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127648; }

 p { color: rgb(18,118,72); }

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

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

 a { background-color: rgb(18,118,72); }

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

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

 span { border-color: rgb(18,118,72); }

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