#146F3B

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

Shades of Dark Spring Green #146F3B

Tints of Dark Spring Green #146F3B

Color information

#146F3B (or 0x146F3B) is unknown color: approx Dark Spring Green. HEX triplet: 14, 6F and 3B. RGB value is (20,111,59). Sum of RGB (Red+Green+Blue) = 20+111+59=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #146F3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146F3B is #EB90C4. Grayscale: #4D4D4D. Windows color (decimal): -15438021 or 3895060. OLE color: 3895060.

HSL color Cylindrical-coordinate representation of color #146F3B: hue angle of 145.71º 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 #146F3B is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB2011159-
CMYK0.8200.470.56
HSL145.71º69.47%25.69%-
HSV(B)145.71º81.98%43.53%-
XYZ6.7611.836.07-
YUV77.86117.3586.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 111 (43.75% from 255) = 58.42%
BLUE value IS 59 (23.44% from 255) = 31.05%
R=10.53%
G=58.42%
B=31.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20111590.8200.470.56145.7169.4725.69
Hex146F3B5202F3892451a
Octal24157731220577022210532
Binary1010011011111110111010010010111111100010010010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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