Html Css Color HEX #4D623C Dell

📋 copy color: '#4D623C'

red 77 ◦ green 98 ◦ blue 60

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

Shades of Dell #4D623C

Tints of Dell #4D623C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 32.77%
G = 41.7%
B = 25.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#4D623C (or 0x4D623C) is known color: Dell. HEX triplet: 4D, 62 and 3C. RGB value is (77,98,60). Sum of RGB (Red+Green+Blue) = 77+98+60=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #4D623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D623C is #B29DC3. Grayscale: #575757. Windows color (decimal): -11705796 or 3957325. OLE color: 3957325.

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

Color convert

RGB 77 98 60 -
CMYK 0.21 0 0.39 0.62
HSL 93.16º 0.24% 0.31% -
HSV(B) 93.16º 0.39% 0.38% -
XYZ 8.24 10.64 5.89 -
YUV 87.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 77 98 60 0.21 0 0.39 0.62 93.16 0.24 0.31
Hex 4D 62 3C 15 0 27 3E 5D 18 1F
Octal 115 142 74 25 0 47 76 135 30 37
Binary 1001101 1100010 111100 10101 0 100111 111110 1011101 11000 11111

Color Harmonies of #4D623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D623C

Black with #4D623C

Text Example


Text Example

White with #4D623C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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