#4A673A

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

Shades of Dell #4A673A

Tints of Dell #4A673A

Color information

#4A673A (or 0x4A673A) is unknown color: approx Dell. HEX triplet: 4A, 67 and 3A. RGB value is (74,103,58). Sum of RGB (Red+Green+Blue) = 74+103+58=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #4A673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A673A is #B598C5. Grayscale: #595959. Windows color (decimal): -11901126 or 3827530. OLE color: 3827530.

HSL color Cylindrical-coordinate representation of color #4A673A: hue angle of 98.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A673A is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB7410358-
CMYK0.2800.440.60
HSL98.67º27.95%31.57%-
HSV(B)98.67º43.69%40.39%-
XYZ8.4411.465.77-
YUV89.2110.39117.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 103 (40.62% from 255) = 43.83%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=31.49%
G=43.83%
B=24.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74103580.2800.440.6098.6727.9531.57
Hex4A673A1C02C3C631c20
Octal1121477234054741433440
Binary10010101100111111010111000101100111100110001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,103,58); }

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

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

 a { background-color: rgb(74,103,58); }

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

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

 span { border-color: rgb(74,103,58); }

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