Html Css Color HEX #4E7631 Dell

📋 copy color: '#4E7631'

red 78 ◦ green 118 ◦ blue 49

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

Shades of Dell #4E7631

Tints of Dell #4E7631

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.16%

 BLUE value IS 49 (19.53% from 255) = 20%

R = 31.84%
G = 48.16%
B = 20%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#4E7631 (or 0x4E7631) is known color: Dell. HEX triplet: 4E, 76 and 31. RGB value is (78,118,49). Sum of RGB (Red+Green+Blue) = 78+118+49=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #4E7631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7631 is #B189CE. Grayscale: #626262. Windows color (decimal): -11635151 or 3241550. OLE color: 3241550.

HSL color Cylindrical-coordinate representation of color #4E7631: hue angle of 94.78º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E7631 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 118 49 -
CMYK 0.34 0 0.58 0.54
HSL 94.78º 0.41% 0.33% -
HSV(B) 94.78º 0.58% 0.46% -
XYZ 10.17 14.8 5.23 -
YUV 98.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 78 118 49 0.34 0 0.58 0.54 94.78 0.41 0.33
Hex 4E 76 31 22 0 3A 36 5F 29 21
Octal 116 166 61 42 0 72 66 137 51 41
Binary 1001110 1110110 110001 100010 0 111010 110110 1011111 101001 100001

Color Harmonies of #4E7631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7631

Black with #4E7631

Text Example


Text Example

White with #4E7631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,118,49); }

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

background-color css

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

 a { background-color: rgb(78,118,49); }

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

border-color css

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

 span { border-color: rgb(78,118,49); }

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