#4E6538

Color #4E6538 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #4E6538

Tints of Dell #4E6538

Color information

#4E6538 (or 0x4E6538) is unknown color: approx Dell. HEX triplet: 4E, 65 and 38. RGB value is (78,101,56). Sum of RGB (Red+Green+Blue) = 78+101+56=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #4E6538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6538 is #B19AC7. Grayscale: #595959. Windows color (decimal): -11639496 or 3695950. OLE color: 3695950.

HSL color Cylindrical-coordinate representation of color #4E6538: hue angle of 90.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E6538 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB7810156-
CMYK0.2300.450.60
HSL90.67º28.66%30.78%-
HSV(B)90.67º44.55%39.61%-
XYZ8.5111.215.46-
YUV88.99109.38120.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.19%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=33.19%
G=42.98%
B=23.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78101560.2300.450.6090.6728.6630.78
Hex4E65381702D3C5b1d1f
Octal1161457027055741333537
Binary1001110110010111100010111010110111110010110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,101,56); }

 H1.HeaderClassName
 {
   color: #4E6538;
 }
 .AnyTagClassName
 {
   color: #4E6538;
 }
</style>
background-color css

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

 a { background-color: rgb(78,101,56); }

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

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

 span { border-color: rgb(78,101,56); }

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