Html Css Color HEX #4D7212 Green Leaf

📋 copy color: '#4D7212'

red 77 ◦ green 114 ◦ blue 18

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

Shades of Green Leaf #4D7212

Tints of Green Leaf #4D7212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.55%

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

R = 36.84%
G = 54.55%
B = 8.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#4D7212 (or 0x4D7212) is known color: Green Leaf. HEX triplet: 4D, 72 and 12. RGB value is (77,114,18). Sum of RGB (Red+Green+Blue) = 77+114+18=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7212 is #B28DED. Grayscale: #5C5C5C. Windows color (decimal): -11701742 or 1208909. OLE color: 1208909.

HSL color Cylindrical-coordinate representation of color #4D7212: hue angle of 83.13º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D7212 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 114 18 -
CMYK 0.32 0 0.84 0.55
HSL 83.13º 0.73% 0.26% -
HSV(B) 83.13º 0.84% 0.45% -
XYZ 9.19 13.66 2.72 -
YUV 91.99 86.24 117.31 -
System Red Green Blue C M Y K H S L
Decimal 77 114 18 0.32 0 0.84 0.55 83.13 0.73 0.26
Hex 4D 72 12 20 0 54 37 53 49 1A
Octal 115 162 22 40 0 124 67 123 111 32
Binary 1001101 1110010 10010 100000 0 1010100 110111 1010011 1001001 11010

Color Harmonies of #4D7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7212

Black with #4D7212

Text Example


Text Example

White with #4D7212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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