#127537

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

Shades of Dark Spring Green #127537

Tints of Dark Spring Green #127537

Color information

#127537 (or 0x127537) is unknown color: approx Dark Spring Green. HEX triplet: 12, 75 and 37. RGB value is (18,117,55). Sum of RGB (Red+Green+Blue) = 18+117+55=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #127537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127537 is #ED8AC8. Grayscale: #505050. Windows color (decimal): -15567561 or 3634450. OLE color: 3634450.

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

Color convert

RGB1811755-
CMYK0.8500.530.54
HSL142.42º73.33%26.47%-
HSV(B)142.42º84.62%45.88%-
XYZ7.313.135.76-
YUV80.33113.783.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 117 (46.09% from 255) = 61.58%
BLUE value IS 55 (21.88% from 255) = 28.95%
R=9.47%
G=61.58%
B=28.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117550.8500.530.54142.4273.3326.47
Hex12753755035368e491a
Octal22165671250656621611132
Binary1001011101011101111010101011010111011010001110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127537; }

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

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

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

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

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

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

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

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