#4A6930

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

Shades of Dell #4A6930

Tints of Dell #4A6930

Color information

#4A6930 (or 0x4A6930) is unknown color: approx Dell. HEX triplet: 4A, 69 and 30. RGB value is (74,105,48). Sum of RGB (Red+Green+Blue) = 74+105+48=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6930 is #B596CF. Grayscale: #595959. Windows color (decimal): -11900624 or 3172682. OLE color: 3172682.

HSL color Cylindrical-coordinate representation of color #4A6930: hue angle of 92.63º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A6930 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB7410548-
CMYK0.3000.540.59
HSL92.63º37.25%30%-
HSV(B)92.63º54.29%41.18%-
XYZ8.4111.774.63-
YUV89.23104.73117.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.60%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=32.60%
G=46.26%
B=21.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74105480.3000.540.5992.6337.2530
Hex4A69301E0363B5d251e
Octal1121516036066731354536
Binary10010101101001110000111100110110111011101110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,48); }

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

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

 a { background-color: rgb(74,105,48); }

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

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

 span { border-color: rgb(74,105,48); }

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