Html Css Color HEX #4C6820 Green Leaf

📋 copy color: '#4C6820'

red 76 ◦ green 104 ◦ blue 32

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

Shades of Green Leaf #4C6820

Tints of Green Leaf #4C6820

RGB

 RED value IS 76 (30.08% from 255) = 35.85%

 GREEN value IS 104 (41.02% from 255) = 49.06%

 BLUE value IS 32 (12.89% from 255) = 15.09%

R = 35.85%
G = 49.06%
B = 15.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#4C6820 (or 0x4C6820) is known color: Green Leaf. HEX triplet: 4C, 68 and 20. RGB value is (76,104,32). Sum of RGB (Red+Green+Blue) = 76+104+32=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6820 is #B397DF. Grayscale: #575757. Windows color (decimal): -11769824 or 2123852. OLE color: 2123852.

HSL color Cylindrical-coordinate representation of color #4C6820: hue angle of 83.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C6820 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 104 32 -
CMYK 0.27 0 0.69 0.59
HSL 83.33º 0.53% 0.27% -
HSV(B) 83.33º 0.69% 0.41% -
XYZ 8.19 11.54 3.16 -
YUV 87.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 76 104 32 0.27 0 0.69 0.59 83.33 0.53 0.27
Hex 4C 68 20 1B 0 45 3B 53 35 1B
Octal 114 150 40 33 0 105 73 123 65 33
Binary 1001100 1101000 100000 11011 0 1000101 111011 1010011 110101 11011

Color Harmonies of #4C6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6820

Black with #4C6820

Text Example


Text Example

White with #4C6820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,104,32); }

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

background-color css

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

 a { background-color: rgb(76,104,32); }

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

border-color css

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

 span { border-color: rgb(76,104,32); }

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