Html Css Color HEX #4C612E Green Leaf

📋 copy color: '#4C612E'

red 76 ◦ green 97 ◦ blue 46

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

Shades of Green Leaf #4C612E

Tints of Green Leaf #4C612E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21%

R = 34.7%
G = 44.29%
B = 21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#4C612E (or 0x4C612E) is known color: Green Leaf. HEX triplet: 4C, 61 and 2E. RGB value is (76,97,46). Sum of RGB (Red+Green+Blue) = 76+97+46=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #4C612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C612E is #B39ED1. Grayscale: #555555. Windows color (decimal): -11771602 or 3039564. OLE color: 3039564.

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

Color convert

RGB 76 97 46 -
CMYK 0.22 0 0.53 0.62
HSL 84.71º 0.36% 0.28% -
HSV(B) 84.71º 0.53% 0.38% -
XYZ 7.75 10.28 4.16 -
YUV 84.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 76 97 46 0.22 0 0.53 0.62 84.71 0.36 0.28
Hex 4C 61 2E 16 0 35 3E 55 24 1C
Octal 114 141 56 26 0 65 76 125 44 34
Binary 1001100 1100001 101110 10110 0 110101 111110 1010101 100100 11100

Color Harmonies of #4C612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C612E

Black with #4C612E

Text Example


Text Example

White with #4C612E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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