Html Css Color HEX #4C612C Green Leaf

📋 copy color: '#4C612C'

red 76 ◦ green 97 ◦ blue 44

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

Shades of Green Leaf #4C612C

Tints of Green Leaf #4C612C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

 BLUE value IS 44 (17.58% from 255) = 20.28%

R = 35.02%
G = 44.7%
B = 20.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#4C612C (or 0x4C612C) is known color: Green Leaf. HEX triplet: 4C, 61 and 2C. RGB value is (76,97,44). Sum of RGB (Red+Green+Blue) = 76+97+44=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #4C612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C612C is #B39ED3. Grayscale: #545454. Windows color (decimal): -11771604 or 2908492. OLE color: 2908492.

HSL color Cylindrical-coordinate representation of color #4C612C: hue angle of 83.77º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C612C is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 97 44 -
CMYK 0.22 0 0.55 0.62
HSL 83.77º 0.38% 0.28% -
HSV(B) 83.77º 0.55% 0.38% -
XYZ 7.71 10.27 3.96 -
YUV 84.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 76 97 44 0.22 0 0.55 0.62 83.77 0.38 0.28
Hex 4C 61 2C 16 0 37 3E 54 26 1C
Octal 114 141 54 26 0 67 76 124 46 34
Binary 1001100 1100001 101100 10110 0 110111 111110 1010100 100110 11100

Color Harmonies of #4C612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C612C

Black with #4C612C

Text Example


Text Example

White with #4C612C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,97,44); }

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

background-color css

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

 a { background-color: rgb(76,97,44); }

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

border-color css

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

 span { border-color: rgb(76,97,44); }

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