Html Css Color HEX #4D760D Green Leaf

📋 copy color: '#4D760D'

red 77 ◦ green 118 ◦ blue 13

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

Shades of Green Leaf #4D760D

Tints of Green Leaf #4D760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.73%

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 37.02%
G = 56.73%
B = 6.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#4D760D (or 0x4D760D) is known color: Green Leaf. HEX triplet: 4D, 76 and 0D. RGB value is (77,118,13). Sum of RGB (Red+Green+Blue) = 77+118+13=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #4D760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D760D is #B289F2. Grayscale: #5E5E5E. Windows color (decimal): -11700723 or 882253. OLE color: 882253.

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

Color convert

RGB 77 118 13 -
CMYK 0.35 0 0.89 0.54
HSL 83.43º 0.8% 0.26% -
HSV(B) 83.43º 0.89% 0.46% -
XYZ 9.61 14.56 2.69 -
YUV 93.77 82.42 116.04 -
System Red Green Blue C M Y K H S L
Decimal 77 118 13 0.35 0 0.89 0.54 83.43 0.8 0.26
Hex 4D 76 D 23 0 59 36 53 50 1A
Octal 115 166 15 43 0 131 66 123 120 32
Binary 1001101 1110110 1101 100011 0 1011001 110110 1010011 1010000 11010

Color Harmonies of #4D760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D760D

Black with #4D760D

Text Example


Text Example

White with #4D760D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,118,13); }

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

background-color css

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

 a { background-color: rgb(77,118,13); }

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

border-color css

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

 span { border-color: rgb(77,118,13); }

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