Html Css Color HEX #4D623E Dell

📋 copy color: '#4D623E'

red 77 ◦ green 98 ◦ blue 62

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

Shades of Dell #4D623E

Tints of Dell #4D623E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 32.49%
G = 41.35%
B = 26.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#4D623E (or 0x4D623E) is known color: Dell. HEX triplet: 4D, 62 and 3E. RGB value is (77,98,62). Sum of RGB (Red+Green+Blue) = 77+98+62=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #4D623E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D623E is #B29DC1. Grayscale: #575757. Windows color (decimal): -11705794 or 4088397. OLE color: 4088397.

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

Color convert

RGB 77 98 62 -
CMYK 0.21 0 0.37 0.62
HSL 95º 0.23% 0.31% -
HSV(B) 95º 0.37% 0.38% -
XYZ 8.3 10.66 6.18 -
YUV 87.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 77 98 62 0.21 0 0.37 0.62 95 0.23 0.31
Hex 4D 62 3E 15 0 25 3E 5F 16 1F
Octal 115 142 76 25 0 45 76 137 26 37
Binary 1001101 1100010 111110 10101 0 100101 111110 1011111 10110 11111

Color Harmonies of #4D623E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D623E

Black with #4D623E

Text Example


Text Example

White with #4D623E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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