Html Css Color HEX #4D6D35 Dell

📋 copy color: '#4D6D35'

red 77 ◦ green 109 ◦ blue 53

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

Shades of Dell #4D6D35

Tints of Dell #4D6D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.18%

R = 32.22%
G = 45.61%
B = 22.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#4D6D35 (or 0x4D6D35) is known color: Dell. HEX triplet: 4D, 6D and 35. RGB value is (77,109,53). Sum of RGB (Red+Green+Blue) = 77+109+53=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6D35 is #B292CA. Grayscale: #5D5D5D. Windows color (decimal): -11702987 or 3501389. OLE color: 3501389.

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

Color convert

RGB 77 109 53 -
CMYK 0.29 0 0.51 0.57
HSL 94.29º 0.35% 0.32% -
HSV(B) 94.29º 0.51% 0.43% -
XYZ 9.17 12.77 5.35 -
YUV 93.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 77 109 53 0.29 0 0.51 0.57 94.29 0.35 0.32
Hex 4D 6D 35 1D 0 33 39 5E 23 20
Octal 115 155 65 35 0 63 71 136 43 40
Binary 1001101 1101101 110101 11101 0 110011 111001 1011110 100011 100000

Color Harmonies of #4D6D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6D35

Black with #4D6D35

Text Example


Text Example

White with #4D6D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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