Html Css Color HEX #4D6E3A Dell

📋 copy color: '#4D6E3A'

red 77 ◦ green 110 ◦ blue 58

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

Shades of Dell #4D6E3A

Tints of Dell #4D6E3A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.9%

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 31.43%
G = 44.9%
B = 23.67%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#4D6E3A (or 0x4D6E3A) is known color: Dell. HEX triplet: 4D, 6E and 3A. RGB value is (77,110,58). Sum of RGB (Red+Green+Blue) = 77+110+58=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6E3A is #B291C5. Grayscale: #5E5E5E. Windows color (decimal): -11702726 or 3829325. OLE color: 3829325.

HSL color Cylindrical-coordinate representation of color #4D6E3A: hue angle of 98.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D6E3A is Cyan = 0.3, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 110 58 -
CMYK 0.3 0 0.47 0.57
HSL 98.08º 0.31% 0.33% -
HSV(B) 98.08º 0.47% 0.43% -
XYZ 9.4 13.04 6.02 -
YUV 94.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 77 110 58 0.3 0 0.47 0.57 98.08 0.31 0.33
Hex 4D 6E 3A 1E 0 2F 39 62 1F 21
Octal 115 156 72 36 0 57 71 142 37 41
Binary 1001101 1101110 111010 11110 0 101111 111001 1100010 11111 100001

Color Harmonies of #4D6E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6E3A

Black with #4D6E3A

Text Example


Text Example

White with #4D6E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,110,58); }

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

background-color css

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

 a { background-color: rgb(77,110,58); }

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

border-color css

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

 span { border-color: rgb(77,110,58); }

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