Html Css Color HEX #4D760B Green Leaf

📋 copy color: '#4D760B'

red 77 ◦ green 118 ◦ blue 11

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

Shades of Green Leaf #4D760B

Tints of Green Leaf #4D760B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.34%

R = 37.38%
G = 57.28%
B = 5.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#4D760B (or 0x4D760B) is known color: Green Leaf. HEX triplet: 4D, 76 and 0B. RGB value is (77,118,11). Sum of RGB (Red+Green+Blue) = 77+118+11=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #4D760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D760B is #B289F4. Grayscale: #5D5D5D. Windows color (decimal): -11700725 or 751181. OLE color: 751181.

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

Color convert

RGB 77 118 11 -
CMYK 0.35 0 0.91 0.54
HSL 82.99º 0.83% 0.25% -
HSV(B) 82.99º 0.91% 0.46% -
XYZ 9.6 14.56 2.62 -
YUV 93.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 77 118 11 0.35 0 0.91 0.54 82.99 0.83 0.25
Hex 4D 76 B 23 0 5B 36 53 53 19
Octal 115 166 13 43 0 133 66 123 123 31
Binary 1001101 1110110 1011 100011 0 1011011 110110 1010011 1010011 11001

Color Harmonies of #4D760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D760B

Black with #4D760B

Text Example


Text Example

White with #4D760B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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