#4F6835

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

Shades of Dell #4F6835

Tints of Dell #4F6835

Color information

#4F6835 (or 0x4F6835) is unknown color: approx Dell. HEX triplet: 4F, 68 and 35. RGB value is (79,104,53). Sum of RGB (Red+Green+Blue) = 79+104+53=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #4F6835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6835 is #B097CA. Grayscale: #5A5A5A. Windows color (decimal): -11573195 or 3500111. OLE color: 3500111.

HSL color Cylindrical-coordinate representation of color #4F6835: hue angle of 89.41º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F6835 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB7910453-
CMYK0.2400.490.59
HSL89.41º32.48%30.78%-
HSV(B)89.41º49.04%40.78%-
XYZ8.8211.825.18-
YUV90.71106.72119.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.47%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=33.47%
G=44.07%
B=22.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79104530.2400.490.5989.4132.4830.78
Hex4F6835180313B59201f
Octal1171506530061731314037
Binary10011111101000110101110000110001111011101100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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