Html Css Color HEX #4D653D Dell

📋 copy color: '#4D653D'

red 77 ◦ green 101 ◦ blue 61

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

Shades of Dell #4D653D

Tints of Dell #4D653D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.26%

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 32.22%
G = 42.26%
B = 25.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#4D653D (or 0x4D653D) is known color: Dell. HEX triplet: 4D, 65 and 3D. RGB value is (77,101,61). Sum of RGB (Red+Green+Blue) = 77+101+61=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #4D653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D653D is #B29AC2. Grayscale: #595959. Windows color (decimal): -11705027 or 4023629. OLE color: 4023629.

HSL color Cylindrical-coordinate representation of color #4D653D: hue angle of 96º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D653D is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 101 61 -
CMYK 0.24 0 0.40 0.60
HSL 96º 0.25% 0.32% -
HSV(B) 96º 0.4% 0.4% -
XYZ 8.56 11.22 6.13 -
YUV 89.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 77 101 61 0.24 0 0.40 0.60 96 0.25 0.32
Hex 4D 65 3D 18 0 28 3C 60 19 20
Octal 115 145 75 30 0 50 74 140 31 40
Binary 1001101 1100101 111101 11000 0 101000 111100 1100000 11001 100000

Color Harmonies of #4D653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D653D

Black with #4D653D

Text Example


Text Example

White with #4D653D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,101,61); }

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

background-color css

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

 a { background-color: rgb(77,101,61); }

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

border-color css

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

 span { border-color: rgb(77,101,61); }

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