Html Css Color HEX #4C612D Green Leaf

📋 copy color: '#4C612D'

red 76 ◦ green 97 ◦ blue 45

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

Shades of Green Leaf #4C612D

Tints of Green Leaf #4C612D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 34.86%
G = 44.5%
B = 20.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#4C612D (or 0x4C612D) is known color: Green Leaf. HEX triplet: 4C, 61 and 2D. RGB value is (76,97,45). Sum of RGB (Red+Green+Blue) = 76+97+45=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #4C612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C612D is #B39ED2. Grayscale: #545454. Windows color (decimal): -11771603 or 2974028. OLE color: 2974028.

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

Color convert

RGB 76 97 45 -
CMYK 0.22 0 0.54 0.62
HSL 84.23º 0.37% 0.28% -
HSV(B) 84.23º 0.54% 0.38% -
XYZ 7.73 10.28 4.06 -
YUV 84.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 76 97 45 0.22 0 0.54 0.62 84.23 0.37 0.28
Hex 4C 61 2D 16 0 36 3E 54 25 1C
Octal 114 141 55 26 0 66 76 124 45 34
Binary 1001100 1100001 101101 10110 0 110110 111110 1010100 100101 11100

Color Harmonies of #4C612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C612D

Black with #4C612D

Text Example


Text Example

White with #4C612D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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