Html Css Color HEX #4D6D32 Dell

📋 copy color: '#4D6D32'

red 77 ◦ green 109 ◦ blue 50

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

Shades of Dell #4D6D32

Tints of Dell #4D6D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.19%

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 32.63%
G = 46.19%
B = 21.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#4D6D32 (or 0x4D6D32) is known color: Dell. HEX triplet: 4D, 6D and 32. RGB value is (77,109,50). Sum of RGB (Red+Green+Blue) = 77+109+50=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6D32 is #B292CD. Grayscale: #5C5C5C. Windows color (decimal): -11702990 or 3304781. OLE color: 3304781.

HSL color Cylindrical-coordinate representation of color #4D6D32: hue angle of 92.54º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D6D32 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 109 50 -
CMYK 0.29 0 0.54 0.57
HSL 92.54º 0.37% 0.31% -
HSV(B) 92.54º 0.54% 0.43% -
XYZ 9.1 12.75 5 -
YUV 92.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 77 109 50 0.29 0 0.54 0.57 92.54 0.37 0.31
Hex 4D 6D 32 1D 0 36 39 5D 25 1F
Octal 115 155 62 35 0 66 71 135 45 37
Binary 1001101 1101101 110010 11101 0 110110 111001 1011101 100101 11111

Color Harmonies of #4D6D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6D32

Black with #4D6D32

Text Example


Text Example

White with #4D6D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,109,50); }

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

background-color css

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

 a { background-color: rgb(77,109,50); }

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

border-color css

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

 span { border-color: rgb(77,109,50); }

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