Html Css Color HEX #4D7312 Green Leaf

📋 copy color: '#4D7312'

red 77 ◦ green 115 ◦ blue 18

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

Shades of Green Leaf #4D7312

Tints of Green Leaf #4D7312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 54.76%

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

R = 36.67%
G = 54.76%
B = 8.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#4D7312 (or 0x4D7312) is known color: Green Leaf. HEX triplet: 4D, 73 and 12. RGB value is (77,115,18). Sum of RGB (Red+Green+Blue) = 77+115+18=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7312 is #B28CED. Grayscale: #5C5C5C. Windows color (decimal): -11701486 or 1209165. OLE color: 1209165.

HSL color Cylindrical-coordinate representation of color #4D7312: hue angle of 83.51º 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 #4D7312 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 115 18 -
CMYK 0.33 0 0.84 0.55
HSL 83.51º 0.73% 0.26% -
HSV(B) 83.51º 0.84% 0.45% -
XYZ 9.3 13.88 2.76 -
YUV 92.58 85.91 116.89 -
System Red Green Blue C M Y K H S L
Decimal 77 115 18 0.33 0 0.84 0.55 83.51 0.73 0.26
Hex 4D 73 12 21 0 54 37 54 49 1A
Octal 115 163 22 41 0 124 67 124 111 32
Binary 1001101 1110011 10010 100001 0 1010100 110111 1010100 1001001 11010

Color Harmonies of #4D7312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7312

Black with #4D7312

Text Example


Text Example

White with #4D7312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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