Html Css Color HEX #4C612F Green Leaf

📋 copy color: '#4C612F'

red 76 ◦ green 97 ◦ blue 47

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

Shades of Green Leaf #4C612F

Tints of Green Leaf #4C612F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.36%

R = 34.55%
G = 44.09%
B = 21.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#4C612F (or 0x4C612F) is known color: Green Leaf. HEX triplet: 4C, 61 and 2F. RGB value is (76,97,47). Sum of RGB (Red+Green+Blue) = 76+97+47=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #4C612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C612F is #B39ED0. Grayscale: #555555. Windows color (decimal): -11771601 or 3105100. OLE color: 3105100.

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

Color convert

RGB 76 97 47 -
CMYK 0.22 0 0.52 0.62
HSL 85.2º 0.35% 0.28% -
HSV(B) 85.2º 0.52% 0.38% -
XYZ 7.77 10.29 4.27 -
YUV 85.02 106.54 121.57 -
System Red Green Blue C M Y K H S L
Decimal 76 97 47 0.22 0 0.52 0.62 85.2 0.35 0.28
Hex 4C 61 2F 16 0 34 3E 55 23 1C
Octal 114 141 57 26 0 64 76 125 43 34
Binary 1001100 1100001 101111 10110 0 110100 111110 1010101 100011 11100

Color Harmonies of #4C612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C612F

Black with #4C612F

Text Example


Text Example

White with #4C612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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