Html Css Color HEX #4E6B3A Dell

📋 copy color: '#4E6B3A'

red 78 ◦ green 107 ◦ blue 58

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

Shades of Dell #4E6B3A

Tints of Dell #4E6B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.03%

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

R = 32.1%
G = 44.03%
B = 23.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#4E6B3A (or 0x4E6B3A) is known color: Dell. HEX triplet: 4E, 6B and 3A. RGB value is (78,107,58). Sum of RGB (Red+Green+Blue) = 78+107+58=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6B3A is #B194C5. Grayscale: #5C5C5C. Windows color (decimal): -11637958 or 3828558. OLE color: 3828558.

HSL color Cylindrical-coordinate representation of color #4E6B3A: hue angle of 95.51º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E6B3A is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 78 107 58 -
CMYK 0.27 0 0.46 0.58
HSL 95.51º 0.3% 0.32% -
HSV(B) 95.51º 0.46% 0.42% -
XYZ 9.16 12.44 5.92 -
YUV 92.74 108.39 117.48 -
System Red Green Blue C M Y K H S L
Decimal 78 107 58 0.27 0 0.46 0.58 95.51 0.3 0.32
Hex 4E 6B 3A 1B 0 2E 3A 60 1E 20
Octal 116 153 72 33 0 56 72 140 36 40
Binary 1001110 1101011 111010 11011 0 101110 111010 1100000 11110 100000

Color Harmonies of #4E6B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6B3A

Black with #4E6B3A

Text Example


Text Example

White with #4E6B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,107,58); }

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

background-color css

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

 a { background-color: rgb(78,107,58); }

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

border-color css

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

 span { border-color: rgb(78,107,58); }

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