#4A6738

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

Shades of Dell #4A6738

Tints of Dell #4A6738

Color information

#4A6738 (or 0x4A6738) is unknown color: approx Dell. HEX triplet: 4A, 67 and 38. RGB value is (74,103,56). Sum of RGB (Red+Green+Blue) = 74+103+56=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #4A6738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6738 is #B598C7. Grayscale: #595959. Windows color (decimal): -11901128 or 3696458. OLE color: 3696458.

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

Color convert

RGB7410356-
CMYK0.2800.460.60
HSL97.02º29.56%31.18%-
HSV(B)97.02º45.63%40.39%-
XYZ8.3911.445.51-
YUV88.97109.39117.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.76%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=31.76%
G=44.21%
B=24.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74103560.2800.460.6097.0229.5631.18
Hex4A67381C02E3C611e1f
Octal1121477034056741413637
Binary1001010110011111100011100010111011110011000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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