Html Css Color HEX #4E7132 Dell

📋 copy color: '#4E7132'

red 78 ◦ green 113 ◦ blue 50

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

Shades of Dell #4E7132

Tints of Dell #4E7132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

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

R = 32.37%
G = 46.89%
B = 20.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#4E7132 (or 0x4E7132) is known color: Dell. HEX triplet: 4E, 71 and 32. RGB value is (78,113,50). Sum of RGB (Red+Green+Blue) = 78+113+50=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #4E7132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7132 is #B18ECD. Grayscale: #5F5F5F. Windows color (decimal): -11636430 or 3305806. OLE color: 3305806.

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

Color convert

RGB 78 113 50 -
CMYK 0.31 0 0.56 0.56
HSL 93.33º 0.39% 0.32% -
HSV(B) 93.33º 0.56% 0.44% -
XYZ 9.62 13.66 5.15 -
YUV 95.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 78 113 50 0.31 0 0.56 0.56 93.33 0.39 0.32
Hex 4E 71 32 1F 0 38 38 5D 27 20
Octal 116 161 62 37 0 70 70 135 47 40
Binary 1001110 1110001 110010 11111 0 111000 111000 1011101 100111 100000

Color Harmonies of #4E7132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7132

Black with #4E7132

Text Example


Text Example

White with #4E7132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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