Html Css Color HEX #4D7512 Green Leaf

📋 copy color: '#4D7512'

red 77 ◦ green 117 ◦ blue 18

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

Shades of Green Leaf #4D7512

Tints of Green Leaf #4D7512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.49%

R = 36.32%
G = 55.19%
B = 8.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#4D7512 (or 0x4D7512) is known color: Green Leaf. HEX triplet: 4D, 75 and 12. RGB value is (77,117,18). Sum of RGB (Red+Green+Blue) = 77+117+18=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7512 is #B28AED. Grayscale: #5E5E5E. Windows color (decimal): -11700974 or 1209677. OLE color: 1209677.

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

Color convert

RGB 77 117 18 -
CMYK 0.34 0 0.85 0.54
HSL 84.24º 0.73% 0.26% -
HSV(B) 84.24º 0.85% 0.46% -
XYZ 9.53 14.34 2.84 -
YUV 93.75 85.25 116.05 -
System Red Green Blue C M Y K H S L
Decimal 77 117 18 0.34 0 0.85 0.54 84.24 0.73 0.26
Hex 4D 75 12 22 0 55 36 54 49 1A
Octal 115 165 22 42 0 125 66 124 111 32
Binary 1001101 1110101 10010 100010 0 1010101 110110 1010100 1001001 11010

Color Harmonies of #4D7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7512

Black with #4D7512

Text Example


Text Example

White with #4D7512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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