#4F6C35

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

Shades of Dell #4F6C35

Tints of Dell #4F6C35

Color information

#4F6C35 (or 0x4F6C35) is unknown color: approx Dell. HEX triplet: 4F, 6C and 35. RGB value is (79,108,53). Sum of RGB (Red+Green+Blue) = 79+108+53=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #4F6C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6C35 is #B093CA. Grayscale: #5D5D5D. Windows color (decimal): -11572171 or 3501135. OLE color: 3501135.

HSL color Cylindrical-coordinate representation of color #4F6C35: hue angle of 91.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F6C35 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB7910853-
CMYK0.2700.510.58
HSL91.64º34.16%31.57%-
HSV(B)91.64º50.93%42.35%-
XYZ9.2312.645.32-
YUV93.06105.39117.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.92%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=32.92%
G=45%
B=22.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79108530.2700.510.5891.6434.1631.57
Hex4F6C351B0333A5c2220
Octal1171546533063721344240
Binary100111111011001101011101101100111110101011100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,108,53); }

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

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

 a { background-color: rgb(79,108,53); }

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

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

 span { border-color: rgb(79,108,53); }

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