Html Css Color HEX #4D7215 Green Leaf

📋 copy color: '#4D7215'

red 77 ◦ green 114 ◦ blue 21

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

Shades of Green Leaf #4D7215

Tints of Green Leaf #4D7215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 36.32%
G = 53.77%
B = 9.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#4D7215 (or 0x4D7215) is known color: Green Leaf. HEX triplet: 4D, 72 and 15. RGB value is (77,114,21). Sum of RGB (Red+Green+Blue) = 77+114+21=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7215 is #B28DEA. Grayscale: #5C5C5C. Windows color (decimal): -11701739 or 1405517. OLE color: 1405517.

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

Color convert

RGB 77 114 21 -
CMYK 0.32 0 0.82 0.55
HSL 83.87º 0.69% 0.26% -
HSV(B) 83.87º 0.82% 0.45% -
XYZ 9.21 13.67 2.86 -
YUV 92.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 77 114 21 0.32 0 0.82 0.55 83.87 0.69 0.26
Hex 4D 72 15 20 0 52 37 54 45 1A
Octal 115 162 25 40 0 122 67 124 105 32
Binary 1001101 1110010 10101 100000 0 1010010 110111 1010100 1000101 11010

Color Harmonies of #4D7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7215

Black with #4D7215

Text Example


Text Example

White with #4D7215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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