#4F6A35

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

Shades of Dell #4F6A35

Tints of Dell #4F6A35

Color information

#4F6A35 (or 0x4F6A35) is unknown color: approx Dell. HEX triplet: 4F, 6A and 35. RGB value is (79,106,53). Sum of RGB (Red+Green+Blue) = 79+106+53=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6A35 is #B095CA. Grayscale: #5C5C5C. Windows color (decimal): -11572683 or 3500623. OLE color: 3500623.

HSL color Cylindrical-coordinate representation of color #4F6A35: hue angle of 90.57º degrees, saturation: 0.33, 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 #4F6A35 is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB7910653-
CMYK0.2500.50.58
HSL90.57º33.33%31.18%-
HSV(B)90.57º50%41.57%-
XYZ9.0212.235.25-
YUV91.88106.05118.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.19%
GREEN value IS 106 (41.80% from 255) = 44.54%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=33.19%
G=44.54%
B=22.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79106530.2500.50.5890.5733.3331.18
Hex4F6A35190323A5b211f
Octal1171526531062721334137
Binary10011111101010110101110010110010111010101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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