Html Css Color HEX #4D661F Green Leaf

📋 copy color: '#4D661F'

red 77 ◦ green 102 ◦ blue 31

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

Shades of Green Leaf #4D661F

Tints of Green Leaf #4D661F

RGB

 RED value IS 77 (30.47% from 255) = 36.67%

 GREEN value IS 102 (40.23% from 255) = 48.57%

 BLUE value IS 31 (12.5% from 255) = 14.76%

R = 36.67%
G = 48.57%
B = 14.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#4D661F (or 0x4D661F) is known color: Green Leaf. HEX triplet: 4D, 66 and 1F. RGB value is (77,102,31). Sum of RGB (Red+Green+Blue) = 77+102+31=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #4D661F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D661F is #B299E0. Grayscale: #565656. Windows color (decimal): -11704801 or 2057805. OLE color: 2057805.

HSL color Cylindrical-coordinate representation of color #4D661F: hue angle of 81.13º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D661F is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 77 102 31 -
CMYK 0.25 0 0.70 0.6
HSL 81.13º 0.53% 0.26% -
HSV(B) 81.13º 0.7% 0.4% -
XYZ 8.06 11.18 3.03 -
YUV 86.43 96.72 121.27 -
System Red Green Blue C M Y K H S L
Decimal 77 102 31 0.25 0 0.70 0.6 81.13 0.53 0.26
Hex 4D 66 1F 19 0 46 3C 51 35 1A
Octal 115 146 37 31 0 106 74 121 65 32
Binary 1001101 1100110 11111 11001 0 1000110 111100 1010001 110101 11010

Color Harmonies of #4D661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D661F

Black with #4D661F

Text Example


Text Example

White with #4D661F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,102,31); }

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

background-color css

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

 a { background-color: rgb(77,102,31); }

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

border-color css

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

 span { border-color: rgb(77,102,31); }

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