Html Css Color HEX #4D7731 Dell

📋 copy color: '#4D7731'

red 77 ◦ green 119 ◦ blue 49

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

Shades of Dell #4D7731

Tints of Dell #4D7731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.57%

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

R = 31.43%
G = 48.57%
B = 20%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#4D7731 (or 0x4D7731) is known color: Dell. HEX triplet: 4D, 77 and 31. RGB value is (77,119,49). Sum of RGB (Red+Green+Blue) = 77+119+49=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7731 is #B288CE. Grayscale: #626262. Windows color (decimal): -11700431 or 3241805. OLE color: 3241805.

HSL color Cylindrical-coordinate representation of color #4D7731: hue angle of 96º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D7731 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 119 49 -
CMYK 0.35 0 0.59 0.53
HSL 96º 0.42% 0.33% -
HSV(B) 96º 0.59% 0.47% -
XYZ 10.21 14.99 5.26 -
YUV 98.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 77 119 49 0.35 0 0.59 0.53 96 0.42 0.33
Hex 4D 77 31 23 0 3B 35 60 2A 21
Octal 115 167 61 43 0 73 65 140 52 41
Binary 1001101 1110111 110001 100011 0 111011 110101 1100000 101010 100001

Color Harmonies of #4D7731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7731

Black with #4D7731

Text Example


Text Example

White with #4D7731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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