Html Css Color HEX #4D6235 Dell

📋 copy color: '#4D6235'

red 77 ◦ green 98 ◦ blue 53

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

Shades of Dell #4D6235

Tints of Dell #4D6235

RGB

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

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

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

R = 33.77%
G = 42.98%
B = 23.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#4D6235 (or 0x4D6235) is known color: Dell. HEX triplet: 4D, 62 and 35. RGB value is (77,98,53). Sum of RGB (Red+Green+Blue) = 77+98+53=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6235 is #B29DCA. Grayscale: #565656. Windows color (decimal): -11705803 or 3498573. OLE color: 3498573.

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

Color convert

RGB 77 98 53 -
CMYK 0.21 0 0.46 0.62
HSL 88º 0.3% 0.3% -
HSV(B) 88º 0.46% 0.38% -
XYZ 8.07 10.57 4.98 -
YUV 86.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 77 98 53 0.21 0 0.46 0.62 88 0.3 0.3
Hex 4D 62 35 15 0 2E 3E 58 1E 1E
Octal 115 142 65 25 0 56 76 130 36 36
Binary 1001101 1100010 110101 10101 0 101110 111110 1011000 11110 11110

Color Harmonies of #4D6235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6235

Black with #4D6235

Text Example


Text Example

White with #4D6235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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