#4A6837

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

Shades of Dell #4A6837

Tints of Dell #4A6837

Color information

#4A6837 (or 0x4A6837) is unknown color: approx Dell. HEX triplet: 4A, 68 and 37. RGB value is (74,104,55). Sum of RGB (Red+Green+Blue) = 74+104+55=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6837 is #B597C8. Grayscale: #595959. Windows color (decimal): -11900873 or 3631178. OLE color: 3631178.

HSL color Cylindrical-coordinate representation of color #4A6837: hue angle of 96.73º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A6837 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB7410455-
CMYK0.2900.470.59
HSL96.73º30.82%31.18%-
HSV(B)96.73º47.12%40.78%-
XYZ8.4611.635.41-
YUV89.44108.56116.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.76%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=31.76%
G=44.64%
B=23.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74104550.2900.470.5996.7330.8231.18
Hex4A68371D02F3B611f1f
Octal1121506735057731413737
Binary1001010110100011011111101010111111101111000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,104,55); }

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

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

 a { background-color: rgb(74,104,55); }

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

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

 span { border-color: rgb(74,104,55); }

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