Html Css Color HEX #4D692A Green Leaf

📋 copy color: '#4D692A'

red 77 ◦ green 105 ◦ blue 42

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

Shades of Green Leaf #4D692A

Tints of Green Leaf #4D692A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 34.38%
G = 46.88%
B = 18.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.6

 K value IS 0.59

RGB Variations

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

Color information

#4D692A (or 0x4D692A) is known color: Green Leaf. HEX triplet: 4D, 69 and 2A. RGB value is (77,105,42). Sum of RGB (Red+Green+Blue) = 77+105+42=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #4D692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D692A is #B296D5. Grayscale: #595959. Windows color (decimal): -11704022 or 2779469. OLE color: 2779469.

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

Color convert

RGB 77 105 42 -
CMYK 0.27 0 0.6 0.59
HSL 86.67º 0.43% 0.29% -
HSV(B) 86.67º 0.6% 0.41% -
XYZ 8.53 11.85 4.03 -
YUV 89.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 77 105 42 0.27 0 0.6 0.59 86.67 0.43 0.29
Hex 4D 69 2A 1B 0 3C 3B 57 2B 1D
Octal 115 151 52 33 0 74 73 127 53 35
Binary 1001101 1101001 101010 11011 0 111100 111011 1010111 101011 11101

Color Harmonies of #4D692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D692A

Black with #4D692A

Text Example


Text Example

White with #4D692A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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