#4C6A39

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

Shades of Dell #4C6A39

Tints of Dell #4C6A39

Color information

#4C6A39 (or 0x4C6A39) is unknown color: approx Dell. HEX triplet: 4C, 6A and 39. RGB value is (76,106,57). Sum of RGB (Red+Green+Blue) = 76+106+57=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6A39 is #B395C6. Grayscale: #5B5B5B. Windows color (decimal): -11769287 or 3762764. OLE color: 3762764.

HSL color Cylindrical-coordinate representation of color #4C6A39: hue angle of 96.73º 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 #4C6A39 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB7610657-
CMYK0.2800.460.58
HSL96.73º30.06%31.96%-
HSV(B)96.73º46.23%41.57%-
XYZ8.8712.145.75-
YUV91.44108.56116.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=31.80%
G=44.35%
B=23.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76106570.2800.460.5896.7330.0631.96
Hex4C6A391C02E3A611e20
Octal1141527134056721413640
Binary10011001101010111001111000101110111010110000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,106,57); }

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

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

 a { background-color: rgb(76,106,57); }

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

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

 span { border-color: rgb(76,106,57); }

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