#4A6736

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

Shades of Dell #4A6736

Tints of Dell #4A6736

Color information

#4A6736 (or 0x4A6736) is unknown color: approx Dell. HEX triplet: 4A, 67 and 36. RGB value is (74,103,54). Sum of RGB (Red+Green+Blue) = 74+103+54=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #4A6736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6736 is #B598C9. Grayscale: #585858. Windows color (decimal): -11901130 or 3565386. OLE color: 3565386.

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

Color convert

RGB7410354-
CMYK0.2800.480.60
HSL95.51º31.21%30.78%-
HSV(B)95.51º47.57%40.39%-
XYZ8.3411.425.26-
YUV88.74108.39117.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.03%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=32.03%
G=44.59%
B=23.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74103540.2800.480.6095.5131.2130.78
Hex4A67361C0303C601f1f
Octal1121476634060741403737
Binary1001010110011111011011100011000011110011000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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