Html Css Color HEX #4A6B16 Green Leaf

📋 copy color: '#4A6B16'

red 74 ◦ green 107 ◦ blue 22

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

Shades of Green Leaf #4A6B16

Tints of Green Leaf #4A6B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 36.45%
G = 52.71%
B = 10.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#4A6B16 (or 0x4A6B16) is known color: Green Leaf. HEX triplet: 4A, 6B and 16. RGB value is (74,107,22). Sum of RGB (Red+Green+Blue) = 74+107+22=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6B16 is #B594E9. Grayscale: #575757. Windows color (decimal): -11900138 or 1469258. OLE color: 1469258.

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

Color convert

RGB 74 107 22 -
CMYK 0.31 0 0.79 0.58
HSL 83.29º 0.66% 0.25% -
HSV(B) 83.29º 0.79% 0.42% -
XYZ 8.23 12.03 2.65 -
YUV 87.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 74 107 22 0.31 0 0.79 0.58 83.29 0.66 0.25
Hex 4A 6B 16 1F 0 4F 3A 53 42 19
Octal 112 153 26 37 0 117 72 123 102 31
Binary 1001010 1101011 10110 11111 0 1001111 111010 1010011 1000010 11001

Color Harmonies of #4A6B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B16

Black with #4A6B16

Text Example


Text Example

White with #4A6B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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