#4A612E

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

Shades of Dell #4A612E

Tints of Dell #4A612E

Color information

#4A612E (or 0x4A612E) is unknown color: approx Dell. HEX triplet: 4A, 61 and 2E. RGB value is (74,97,46). Sum of RGB (Red+Green+Blue) = 74+97+46=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #4A612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A612E is #B59ED1. Grayscale: #545454. Windows color (decimal): -11902674 or 3039562. OLE color: 3039562.

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

Color convert

RGB749746-
CMYK0.2400.530.62
HSL87.06º35.66%28.04%-
HSV(B)87.06º52.58%38.04%-
XYZ7.5910.24.15-
YUV84.31106.38120.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.10%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=34.10%
G=44.70%
B=21.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497460.2400.530.6287.0635.6628.04
Hex4A612E180353E57241c
Octal1121415630065761274434
Binary10010101100001101110110000110101111110101011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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