Html Css Color HEX #146411 Green

📋 copy color: '#146411'

red 20 ◦ green 100 ◦ blue 17

#146411
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #146411

Tints of Green #146411

RGB

 RED value IS 20 (8.2% from 255) = 14.6%

 GREEN value IS 100 (39.45% from 255) = 72.99%

 BLUE value IS 17 (7.03% from 255) = 12.41%

R = 14.6%
G = 72.99%
B = 12.41%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#146411 (or 0x146411) is known color: Green. HEX triplet: 14, 64 and 11. RGB value is (20,100,17). Sum of RGB (Red+Green+Blue) = 20+100+17=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 100 (39.45% from 255 or 72.99% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 100 - color contains mainly: green. Hex color #146411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146411 is #EB9BEE. Grayscale: #424242. Windows color (decimal): -15440879 or 1139732. OLE color: 1139732.

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

Color convert

RGB 20 100 17 -
CMYK 0.8 0 0.83 0.61
HSL 117.83º 0.71% 0.23% -
HSV(B) 117.83º 0.83% 0.39% -
XYZ 4.95 9.3 2.07 -
YUV 66.62 100 94.75 -
System Red Green Blue C M Y K H S L
Decimal 20 100 17 0.8 0 0.83 0.61 117.83 0.71 0.23
Hex 14 64 11 50 0 53 3D 76 47 17
Octal 24 144 21 120 0 123 75 166 107 27
Binary 10100 1100100 10001 1010000 0 1010011 111101 1110110 1000111 10111

Color Harmonies of #146411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146411

Black with #146411

Text Example


Text Example

White with #146411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146411; }

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

 H1.HeaderClassName
 {
   color: #146411;
 }
 .AnyTagClassName
 {
   color: #146411;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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