Html Css Color HEX #4D692D Green Leaf

📋 copy color: '#4D692D'

red 77 ◦ green 105 ◦ blue 45

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

Shades of Green Leaf #4D692D

Tints of Green Leaf #4D692D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

 BLUE value IS 45 (17.97% from 255) = 19.82%

R = 33.92%
G = 46.26%
B = 19.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#4D692D (or 0x4D692D) is known color: Green Leaf. HEX triplet: 4D, 69 and 2D. RGB value is (77,105,45). Sum of RGB (Red+Green+Blue) = 77+105+45=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #4D692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D692D is #B296D2. Grayscale: #5A5A5A. Windows color (decimal): -11704019 or 2976077. OLE color: 2976077.

HSL color Cylindrical-coordinate representation of color #4D692D: hue angle of 88º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D692D is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 45 -
CMYK 0.27 0 0.57 0.59
HSL 88º 0.4% 0.29% -
HSV(B) 88º 0.57% 0.41% -
XYZ 8.59 11.87 4.32 -
YUV 89.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 77 105 45 0.27 0 0.57 0.59 88 0.4 0.29
Hex 4D 69 2D 1B 0 39 3B 58 28 1D
Octal 115 151 55 33 0 71 73 130 50 35
Binary 1001101 1101001 101101 11011 0 111001 111011 1011000 101000 11101

Color Harmonies of #4D692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D692D

Black with #4D692D

Text Example


Text Example

White with #4D692D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,105,45); }

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

background-color css

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

 a { background-color: rgb(77,105,45); }

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

border-color css

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

 span { border-color: rgb(77,105,45); }

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