#4A6035

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

Shades of Dell #4A6035

Tints of Dell #4A6035

Color information

#4A6035 (or 0x4A6035) is unknown color: approx Dell. HEX triplet: 4A, 60 and 35. RGB value is (74,96,53). Sum of RGB (Red+Green+Blue) = 74+96+53=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6035 is #B59FCA. Grayscale: #545454. Windows color (decimal): -11902923 or 3498058. OLE color: 3498058.

HSL color Cylindrical-coordinate representation of color #4A6035: hue angle of 90.7º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A6035 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB749653-
CMYK0.2300.450.62
HSL90.7º28.86%29.22%-
HSV(B)90.7º44.79%37.65%-
XYZ7.6510.084.91-
YUV84.52110.21120.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=33.18%
G=43.05%
B=23.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496530.2300.450.6290.728.8629.22
Hex4A60351702D3E5b1d1d
Octal1121406527055761333535
Binary1001010110000011010110111010110111111010110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,96,53); }

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

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

 a { background-color: rgb(74,96,53); }

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

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

 span { border-color: rgb(74,96,53); }

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