Html Css Color HEX #4D6F35 Dell

📋 copy color: '#4D6F35'

red 77 ◦ green 111 ◦ blue 53

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

Shades of Dell #4D6F35

Tints of Dell #4D6F35

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.06%

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

R = 31.95%
G = 46.06%
B = 21.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#4D6F35 (or 0x4D6F35) is known color: Dell. HEX triplet: 4D, 6F and 35. RGB value is (77,111,53). Sum of RGB (Red+Green+Blue) = 77+111+53=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6F35 is #B290CA. Grayscale: #5E5E5E. Windows color (decimal): -11702475 or 3501901. OLE color: 3501901.

HSL color Cylindrical-coordinate representation of color #4D6F35: hue angle of 95.17º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D6F35 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 111 53 -
CMYK 0.31 0 0.52 0.56
HSL 95.17º 0.35% 0.32% -
HSV(B) 95.17º 0.52% 0.44% -
XYZ 9.39 13.2 5.42 -
YUV 94.22 104.74 115.72 -
System Red Green Blue C M Y K H S L
Decimal 77 111 53 0.31 0 0.52 0.56 95.17 0.35 0.32
Hex 4D 6F 35 1F 0 34 38 5F 23 20
Octal 115 157 65 37 0 64 70 137 43 40
Binary 1001101 1101111 110101 11111 0 110100 111000 1011111 100011 100000

Color Harmonies of #4D6F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6F35

Black with #4D6F35

Text Example


Text Example

White with #4D6F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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