Html Css Color HEX #4E7332 Dell

📋 copy color: '#4E7332'

red 78 ◦ green 115 ◦ blue 50

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

Shades of Dell #4E7332

Tints of Dell #4E7332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.33%

 BLUE value IS 50 (19.92% from 255) = 20.58%

R = 32.1%
G = 47.33%
B = 20.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#4E7332 (or 0x4E7332) is known color: Dell. HEX triplet: 4E, 73 and 32. RGB value is (78,115,50). Sum of RGB (Red+Green+Blue) = 78+115+50=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #4E7332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7332 is #B18CCD. Grayscale: #606060. Windows color (decimal): -11635918 or 3306318. OLE color: 3306318.

HSL color Cylindrical-coordinate representation of color #4E7332: hue angle of 94.15º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E7332 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 115 50 -
CMYK 0.32 0 0.57 0.55
HSL 94.15º 0.39% 0.32% -
HSV(B) 94.15º 0.57% 0.45% -
XYZ 9.85 14.11 5.22 -
YUV 96.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 78 115 50 0.32 0 0.57 0.55 94.15 0.39 0.32
Hex 4E 73 32 20 0 39 37 5E 27 20
Octal 116 163 62 40 0 71 67 136 47 40
Binary 1001110 1110011 110010 100000 0 111001 110111 1011110 100111 100000

Color Harmonies of #4E7332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7332

Black with #4E7332

Text Example


Text Example

White with #4E7332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,115,50); }

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

background-color css

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

 a { background-color: rgb(78,115,50); }

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

border-color css

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

 span { border-color: rgb(78,115,50); }

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