Html Css Color HEX #4A6B11 Green Leaf

📋 copy color: '#4A6B11'

red 74 ◦ green 107 ◦ blue 17

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

Shades of Green Leaf #4A6B11

Tints of Green Leaf #4A6B11

RGB

 RED value IS 74 (29.3% from 255) = 37.37%

 GREEN value IS 107 (42.19% from 255) = 54.04%

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

R = 37.37%
G = 54.04%
B = 8.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#4A6B11 (or 0x4A6B11) is known color: Green Leaf. HEX triplet: 4A, 6B and 11. RGB value is (74,107,17). Sum of RGB (Red+Green+Blue) = 74+107+17=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6B11 is #B594EE. Grayscale: #575757. Windows color (decimal): -11900143 or 1141578. OLE color: 1141578.

HSL color Cylindrical-coordinate representation of color #4A6B11: hue angle of 82º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A6B11 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 17 -
CMYK 0.31 0 0.84 0.58
HSL 82º 0.73% 0.24% -
HSV(B) 82º 0.84% 0.42% -
XYZ 8.18 12.01 2.42 -
YUV 86.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 74 107 17 0.31 0 0.84 0.58 82 0.73 0.24
Hex 4A 6B 11 1F 0 54 3A 52 49 18
Octal 112 153 21 37 0 124 72 122 111 30
Binary 1001010 1101011 10001 11111 0 1010100 111010 1010010 1001001 11000

Color Harmonies of #4A6B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B11

Black with #4A6B11

Text Example


Text Example

White with #4A6B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A6B11; }

 p { color: rgb(74,107,17); }

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

background-color css

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

 a { background-color: rgb(74,107,17); }

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

border-color css

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

 span { border-color: rgb(74,107,17); }

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