#127544

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

Shades of Dark Spring Green #127544

Tints of Dark Spring Green #127544

Color information

#127544 (or 0x127544) is unknown color: approx Dark Spring Green. HEX triplet: 12, 75 and 44. RGB value is (18,117,68). Sum of RGB (Red+Green+Blue) = 18+117+68=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #127544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127544 is #ED8ABB. Grayscale: #515151. Windows color (decimal): -15567548 or 4486418. OLE color: 4486418.

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

Color convert

RGB1811768-
CMYK0.8500.420.54
HSL150.3º73.33%26.47%-
HSV(B)150.3º84.62%45.88%-
XYZ7.6513.277.63-
YUV81.81120.282.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 117 (46.09% from 255) = 57.64%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=8.87%
G=57.64%
B=33.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117680.8500.420.54150.373.3326.47
Hex1275445502A3696491a
Octal221651041250526622611132
Binary10010111010110001001010101010101011011010010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127544; }

 p { color: rgb(18,117,68); }

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

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

 a { background-color: rgb(18,117,68); }

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

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

 span { border-color: rgb(18,117,68); }

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