#146611

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

Shades of Green #146611

Tints of Green #146611

Color information

#146611 (or 0x146611) is unknown color: approx Green. HEX triplet: 14, 66 and 11. RGB value is (20,102,17). Sum of RGB (Red+Green+Blue) = 20+102+17=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 102 (40.23% from 255 or 73.38% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 102 - color contains mainly: green. Hex color #146611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146611 is #EB99EE. Grayscale: #444444. Windows color (decimal): -15440367 or 1140244. OLE color: 1140244.

HSL color Cylindrical-coordinate representation of color #146611: hue angle of 117.88º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146611 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB2010217-
CMYK0.8000.830.6
HSL117.88º71.43%23.33%-
HSV(B)117.88º83.33%40%-
XYZ5.149.692.13-
YUV67.7999.3393.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 102 (40.23% from 255) = 73.38%
BLUE value IS 17 (7.03% from 255) = 12.23%
R=14.39%
G=73.38%
B=12.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102170.8000.830.6117.8871.4323.33
Hex146611500533C764717
Octal241462112001237416610727
Binary101001100110100011010000010100111111001110110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146611; }

 p { color: rgb(20,102,17); }

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

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

 a { background-color: rgb(20,102,17); }

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

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

 span { border-color: rgb(20,102,17); }

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