#146B38

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

Shades of Fun Green #146B38

Tints of Fun Green #146B38

Color information

#146B38 (or 0x146B38) is unknown color: approx Fun Green. HEX triplet: 14, 6B and 38. RGB value is (20,107,56). Sum of RGB (Red+Green+Blue) = 20+107+56=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #146B38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146B38 is #EB94C7. Grayscale: #4B4B4B. Windows color (decimal): -15439048 or 3697428. OLE color: 3697428.

HSL color Cylindrical-coordinate representation of color #146B38: hue angle of 144.83º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146B38 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB2010756-
CMYK0.8100.480.58
HSL144.83º68.5%24.9%-
HSV(B)144.83º81.31%41.96%-
XYZ6.2610.955.52-
YUV75.17117.1888.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 107 (42.19% from 255) = 58.47%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=10.93%
G=58.47%
B=30.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20107560.8100.480.58144.8368.524.9
Hex146B38510303A914519
Octal24153701210607222110531
Binary1010011010111110001010001011000011101010010001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,107,56); }

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

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

 a { background-color: rgb(20,107,56); }

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

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

 span { border-color: rgb(20,107,56); }

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