Html Css Color HEX #4D750F Green Leaf

📋 copy color: '#4D750F'

red 77 ◦ green 117 ◦ blue 15

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

Shades of Green Leaf #4D750F

Tints of Green Leaf #4D750F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 36.84%
G = 55.98%
B = 7.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#4D750F (or 0x4D750F) is known color: Green Leaf. HEX triplet: 4D, 75 and 0F. RGB value is (77,117,15). Sum of RGB (Red+Green+Blue) = 77+117+15=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #4D750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D750F is #B28AF0. Grayscale: #5D5D5D. Windows color (decimal): -11700977 or 1013069. OLE color: 1013069.

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

Color convert

RGB 77 117 15 -
CMYK 0.34 0 0.87 0.54
HSL 83.53º 0.77% 0.26% -
HSV(B) 83.53º 0.87% 0.46% -
XYZ 9.51 14.33 2.72 -
YUV 93.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 77 117 15 0.34 0 0.87 0.54 83.53 0.77 0.26
Hex 4D 75 F 22 0 57 36 54 4D 1A
Octal 115 165 17 42 0 127 66 124 115 32
Binary 1001101 1110101 1111 100010 0 1010111 110110 1010100 1001101 11010

Color Harmonies of #4D750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D750F

Black with #4D750F

Text Example


Text Example

White with #4D750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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