Html Css Color HEX #4D6232 Dell

📋 copy color: '#4D6232'

red 77 ◦ green 98 ◦ blue 50

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

Shades of Dell #4D6232

Tints of Dell #4D6232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.56%

 BLUE value IS 50 (19.92% from 255) = 22.22%

R = 34.22%
G = 43.56%
B = 22.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#4D6232 (or 0x4D6232) is known color: Dell. HEX triplet: 4D, 62 and 32. RGB value is (77,98,50). Sum of RGB (Red+Green+Blue) = 77+98+50=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6232 is #B29DCD. Grayscale: #565656. Windows color (decimal): -11705806 or 3301965. OLE color: 3301965.

HSL color Cylindrical-coordinate representation of color #4D6232: hue angle of 86.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D6232 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 98 50 -
CMYK 0.21 0 0.49 0.62
HSL 86.25º 0.32% 0.29% -
HSV(B) 86.25º 0.49% 0.38% -
XYZ 8 10.54 4.63 -
YUV 86.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 77 98 50 0.21 0 0.49 0.62 86.25 0.32 0.29
Hex 4D 62 32 15 0 31 3E 56 20 1D
Octal 115 142 62 25 0 61 76 126 40 35
Binary 1001101 1100010 110010 10101 0 110001 111110 1010110 100000 11101

Color Harmonies of #4D6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6232

Black with #4D6232

Text Example


Text Example

White with #4D6232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,98,50); }

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

background-color css

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

 a { background-color: rgb(77,98,50); }

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

border-color css

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

 span { border-color: rgb(77,98,50); }

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