#4C6B35

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

Shades of Dell #4C6B35

Tints of Dell #4C6B35

Color information

#4C6B35 (or 0x4C6B35) is unknown color: approx Dell. HEX triplet: 4C, 6B and 35. RGB value is (76,107,53). Sum of RGB (Red+Green+Blue) = 76+107+53=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6B35 is #B394CA. Grayscale: #5B5B5B. Windows color (decimal): -11769035 or 3500876. OLE color: 3500876.

HSL color Cylindrical-coordinate representation of color #4C6B35: hue angle of 94.44º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C6B35 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB7610753-
CMYK0.2900.500.58
HSL94.44º33.75%31.37%-
HSV(B)94.44º50.47%41.96%-
XYZ8.8812.315.28-
YUV91.58106.23116.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.20%
GREEN value IS 107 (42.19% from 255) = 45.34%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=32.20%
G=45.34%
B=22.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76107530.2900.500.5894.4433.7531.37
Hex4C6B351D0323A5e221f
Octal1141536535062721364237
Binary10011001101011110101111010110010111010101111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,107,53); }

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

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

 a { background-color: rgb(76,107,53); }

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

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

 span { border-color: rgb(76,107,53); }

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