Html Css Color HEX #4D7031 Dell

📋 copy color: '#4D7031'

red 77 ◦ green 112 ◦ blue 49

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

Shades of Dell #4D7031

Tints of Dell #4D7031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.06%

 BLUE value IS 49 (19.53% from 255) = 20.59%

R = 32.35%
G = 47.06%
B = 20.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#4D7031 (or 0x4D7031) is known color: Dell. HEX triplet: 4D, 70 and 31. RGB value is (77,112,49). Sum of RGB (Red+Green+Blue) = 77+112+49=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7031 is #B28FCE. Grayscale: #5E5E5E. Windows color (decimal): -11702223 or 3240013. OLE color: 3240013.

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

Color convert

RGB 77 112 49 -
CMYK 0.31 0 0.56 0.56
HSL 93.33º 0.39% 0.32% -
HSV(B) 93.33º 0.56% 0.44% -
XYZ 9.41 13.39 4.99 -
YUV 94.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 77 112 49 0.31 0 0.56 0.56 93.33 0.39 0.32
Hex 4D 70 31 1F 0 38 38 5D 27 20
Octal 115 160 61 37 0 70 70 135 47 40
Binary 1001101 1110000 110001 11111 0 111000 111000 1011101 100111 100000

Color Harmonies of #4D7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7031

Black with #4D7031

Text Example


Text Example

White with #4D7031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,112,49); }

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

background-color css

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

 a { background-color: rgb(77,112,49); }

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

border-color css

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

 span { border-color: rgb(77,112,49); }

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