Html Css Color HEX #4E673D Dell

📋 copy color: '#4E673D'

red 78 ◦ green 103 ◦ blue 61

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

Shades of Dell #4E673D

Tints of Dell #4E673D

RGB

 RED value IS 78 (30.86% from 255) = 32.23%

 GREEN value IS 103 (40.63% from 255) = 42.56%

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

R = 32.23%
G = 42.56%
B = 25.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#4E673D (or 0x4E673D) is known color: Dell. HEX triplet: 4E, 67 and 3D. RGB value is (78,103,61). Sum of RGB (Red+Green+Blue) = 78+103+61=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #4E673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E673D is #B198C2. Grayscale: #5A5A5A. Windows color (decimal): -11638979 or 4024142. OLE color: 4024142.

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

Color convert

RGB 78 103 61 -
CMYK 0.24 0 0.41 0.60
HSL 95.71º 0.26% 0.32% -
HSV(B) 95.71º 0.41% 0.4% -
XYZ 8.83 11.66 6.2 -
YUV 90.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 78 103 61 0.24 0 0.41 0.60 95.71 0.26 0.32
Hex 4E 67 3D 18 0 29 3C 60 1A 20
Octal 116 147 75 30 0 51 74 140 32 40
Binary 1001110 1100111 111101 11000 0 101001 111100 1100000 11010 100000

Color Harmonies of #4E673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E673D

Black with #4E673D

Text Example


Text Example

White with #4E673D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,103,61); }

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

background-color css

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

 a { background-color: rgb(78,103,61); }

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

border-color css

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

 span { border-color: rgb(78,103,61); }

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