#4A6139

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

Shades of Dell #4A6139

Tints of Dell #4A6139

Color information

#4A6139 (or 0x4A6139) is unknown color: approx Dell. HEX triplet: 4A, 61 and 39. RGB value is (74,97,57). Sum of RGB (Red+Green+Blue) = 74+97+57=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6139 is #B59EC6. Grayscale: #555555. Windows color (decimal): -11902663 or 3760458. OLE color: 3760458.

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

Color convert

RGB749757-
CMYK0.2400.410.62
HSL94.5º25.97%30.2%-
HSV(B)94.5º41.24%38.04%-
XYZ7.8410.35.45-
YUV85.56111.88119.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.46%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 57 (22.66% from 255) = 25%
R=32.46%
G=42.54%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497570.2400.410.6294.525.9730.2
Hex4A6139180293E5e1a1e
Octal1121417130051761363236
Binary1001010110000111100111000010100111111010111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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