Html Css Color HEX #4D6F3A Dell

📋 copy color: '#4D6F3A'

red 77 ◦ green 111 ◦ blue 58

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

Shades of Dell #4D6F3A

Tints of Dell #4D6F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.12%

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

R = 31.3%
G = 45.12%
B = 23.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#4D6F3A (or 0x4D6F3A) is known color: Dell. HEX triplet: 4D, 6F and 3A. RGB value is (77,111,58). Sum of RGB (Red+Green+Blue) = 77+111+58=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6F3A is #B290C5. Grayscale: #5E5E5E. Windows color (decimal): -11702470 or 3829581. OLE color: 3829581.

HSL color Cylindrical-coordinate representation of color #4D6F3A: hue angle of 98.49º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D6F3A is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 111 58 -
CMYK 0.31 0 0.48 0.56
HSL 98.49º 0.31% 0.33% -
HSV(B) 98.49º 0.48% 0.44% -
XYZ 9.51 13.25 6.06 -
YUV 94.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 77 111 58 0.31 0 0.48 0.56 98.49 0.31 0.33
Hex 4D 6F 3A 1F 0 30 38 62 1F 21
Octal 115 157 72 37 0 60 70 142 37 41
Binary 1001101 1101111 111010 11111 0 110000 111000 1100010 11111 100001

Color Harmonies of #4D6F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6F3A

Black with #4D6F3A

Text Example


Text Example

White with #4D6F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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