#4A6132

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

Shades of Dell #4A6132

Tints of Dell #4A6132

Color information

#4A6132 (or 0x4A6132) is unknown color: approx Dell. HEX triplet: 4A, 61 and 32. RGB value is (74,97,50). Sum of RGB (Red+Green+Blue) = 74+97+50=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6132 is #B59ECD. Grayscale: #545454. Windows color (decimal): -11902670 or 3301706. OLE color: 3301706.

HSL color Cylindrical-coordinate representation of color #4A6132: hue angle of 89.36º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A6132 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB749750-
CMYK0.2400.480.62
HSL89.36º31.97%28.82%-
HSV(B)89.36º48.45%38.04%-
XYZ7.6710.244.59-
YUV84.76108.38120.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=33.48%
G=43.89%
B=22.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497500.2400.480.6289.3631.9728.82
Hex4A6132180303E59201d
Octal1121416230060761314035
Binary10010101100001110010110000110000111110101100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,97,50); }

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

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

 a { background-color: rgb(74,97,50); }

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

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

 span { border-color: rgb(74,97,50); }

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