Html Css Color HEX #4D6931 Dell

📋 copy color: '#4D6931'

red 77 ◦ green 105 ◦ blue 49

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

Shades of Dell #4D6931

Tints of Dell #4D6931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.45%

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

R = 33.33%
G = 45.45%
B = 21.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#4D6931 (or 0x4D6931) is known color: Dell. HEX triplet: 4D, 69 and 31. RGB value is (77,105,49). Sum of RGB (Red+Green+Blue) = 77+105+49=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6931 is #B296CE. Grayscale: #5A5A5A. Windows color (decimal): -11704015 or 3238221. OLE color: 3238221.

HSL color Cylindrical-coordinate representation of color #4D6931: hue angle of 90º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D6931 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 49 -
CMYK 0.27 0 0.53 0.59
HSL 90º 0.36% 0.3% -
HSV(B) 90º 0.53% 0.41% -
XYZ 8.67 11.9 4.75 -
YUV 90.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 77 105 49 0.27 0 0.53 0.59 90 0.36 0.3
Hex 4D 69 31 1B 0 35 3B 5A 24 1E
Octal 115 151 61 33 0 65 73 132 44 36
Binary 1001101 1101001 110001 11011 0 110101 111011 1011010 100100 11110

Color Harmonies of #4D6931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6931

Black with #4D6931

Text Example


Text Example

White with #4D6931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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