#146038

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

Shades of Fun Green #146038

Tints of Fun Green #146038

Color information

#146038 (or 0x146038) is unknown color: approx Fun Green. HEX triplet: 14, 60 and 38. RGB value is (20,96,56). Sum of RGB (Red+Green+Blue) = 20+96+56=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #146038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146038 is #EB9FC7. Grayscale: #444444. Windows color (decimal): -15441864 or 3694612. OLE color: 3694612.

HSL color Cylindrical-coordinate representation of color #146038: hue angle of 148.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146038 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB209656-
CMYK0.7900.420.62
HSL148.42º65.52%22.75%-
HSV(B)148.42º79.17%37.65%-
XYZ5.198.85.17-
YUV68.72120.8293.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=11.63%
G=55.81%
B=32.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096560.7900.420.62148.4265.5222.75
Hex1460384F02A3E944217
Octal24140701170527622410227
Binary1010011000001110001001111010101011111010010100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146038; }

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

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

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

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

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

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

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

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