Html Css Color HEX #4D751F Green Leaf

📋 copy color: '#4D751F'

red 77 ◦ green 117 ◦ blue 31

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

Shades of Green Leaf #4D751F

Tints of Green Leaf #4D751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52%

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

R = 34.22%
G = 52%
B = 13.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#4D751F (or 0x4D751F) is known color: Green Leaf. HEX triplet: 4D, 75 and 1F. RGB value is (77,117,31). Sum of RGB (Red+Green+Blue) = 77+117+31=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #4D751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D751F is #B28AE0. Grayscale: #5F5F5F. Windows color (decimal): -11700961 or 2061645. OLE color: 2061645.

HSL color Cylindrical-coordinate representation of color #4D751F: hue angle of 87.91º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D751F is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 117 31 -
CMYK 0.34 0 0.74 0.54
HSL 87.91º 0.58% 0.29% -
HSV(B) 87.91º 0.74% 0.46% -
XYZ 9.67 14.4 3.57 -
YUV 95.24 91.75 114.99 -
System Red Green Blue C M Y K H S L
Decimal 77 117 31 0.34 0 0.74 0.54 87.91 0.58 0.29
Hex 4D 75 1F 22 0 4A 36 58 3A 1D
Octal 115 165 37 42 0 112 66 130 72 35
Binary 1001101 1110101 11111 100010 0 1001010 110110 1011000 111010 11101

Color Harmonies of #4D751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D751F

Black with #4D751F

Text Example


Text Example

White with #4D751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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