#146F44

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

Shades of Dark Spring Green #146F44

Tints of Dark Spring Green #146F44

Color information

#146F44 (or 0x146F44) is unknown color: approx Dark Spring Green. HEX triplet: 14, 6F and 44. RGB value is (20,111,68). Sum of RGB (Red+Green+Blue) = 20+111+68=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #146F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146F44 is #EB90BB. Grayscale: #4E4E4E. Windows color (decimal): -15438012 or 4484884. OLE color: 4484884.

HSL color Cylindrical-coordinate representation of color #146F44: hue angle of 151.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146F44 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB2011168-
CMYK0.8200.390.56
HSL151.65º69.47%25.69%-
HSV(B)151.65º81.98%43.53%-
XYZ7.0211.937.4-
YUV78.89121.8586-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 111 (43.75% from 255) = 55.78%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=10.05%
G=55.78%
B=34.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20111680.8200.390.56151.6569.4725.69
Hex146F44520273898451a
Octal241571041220477023010532
Binary10100110111110001001010010010011111100010011000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146F44; }

 p { color: rgb(20,111,68); }

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

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

 a { background-color: rgb(20,111,68); }

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

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

 span { border-color: rgb(20,111,68); }

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