#4A613A

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

Shades of Dell #4A613A

Tints of Dell #4A613A

Color information

#4A613A (or 0x4A613A) is unknown color: approx Dell. HEX triplet: 4A, 61 and 3A. RGB value is (74,97,58). Sum of RGB (Red+Green+Blue) = 74+97+58=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #4A613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A613A is #B59EC5. Grayscale: #555555. Windows color (decimal): -11902662 or 3825994. OLE color: 3825994.

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

Color convert

RGB749758-
CMYK0.2400.400.62
HSL95.38º25.16%30.39%-
HSV(B)95.38º40.21%38.04%-
XYZ7.8610.315.58-
YUV85.68112.38119.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=32.31%
G=42.36%
B=25.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497580.2400.400.6295.3825.1630.39
Hex4A613A180283E5f191e
Octal1121417230050761373136
Binary1001010110000111101011000010100011111010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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