#148437

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

Shades of Dark Spring Green #148437

Tints of Dark Spring Green #148437

Color information

#148437 (or 0x148437) is unknown color: approx Dark Spring Green. HEX triplet: 14, 84 and 37. RGB value is (20,132,55). Sum of RGB (Red+Green+Blue) = 20+132+55=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #148437 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148437 is #EB7BC8. Grayscale: #595959. Windows color (decimal): -15432649 or 3638292. OLE color: 3638292.

HSL color Cylindrical-coordinate representation of color #148437: hue angle of 138.75º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148437 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB2013255-
CMYK0.8500.580.48
HSL138.75º73.68%29.8%-
HSV(B)138.75º84.85%51.76%-
XYZ9.2316.936.4-
YUV89.73108.3978.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 132 (51.95% from 255) = 63.77%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=9.66%
G=63.77%
B=26.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20132550.8500.580.48138.7573.6829.8
Hex1484375503A308b4a1e
Octal24204671250726021311236
Binary10100100001001101111010101011101011000010001011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148437; }

 p { color: rgb(20,132,55); }

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

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

 a { background-color: rgb(20,132,55); }

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

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

 span { border-color: rgb(20,132,55); }

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