#4F7435

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

Shades of Dell #4F7435

Tints of Dell #4F7435

Color information

#4F7435 (or 0x4F7435) is unknown color: approx Dell. HEX triplet: 4F, 74 and 35. RGB value is (79,116,53). Sum of RGB (Red+Green+Blue) = 79+116+53=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7435 is #B08BCA. Grayscale: #616161. Windows color (decimal): -11570123 or 3503183. OLE color: 3503183.

HSL color Cylindrical-coordinate representation of color #4F7435: hue angle of 95.24º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F7435 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB7911653-
CMYK0.3200.540.55
HSL95.24º37.28%33.14%-
HSV(B)95.24º54.31%45.49%-
XYZ10.1114.415.62-
YUV97.76102.74114.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 53 (21.09% from 255) = 21.37%
R=31.85%
G=46.77%
B=21.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79116530.3200.540.5595.2437.2833.14
Hex4F743520036375f2521
Octal1171646540066671374541
Binary1001111111010011010110000001101101101111011111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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