#4F7634

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

Shades of Dell #4F7634

Tints of Dell #4F7634

Color information

#4F7634 (or 0x4F7634) is unknown color: approx Dell. HEX triplet: 4F, 76 and 34. RGB value is (79,118,52). Sum of RGB (Red+Green+Blue) = 79+118+52=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #4F7634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7634 is #B089CB. Grayscale: #636363. Windows color (decimal): -11569612 or 3438159. OLE color: 3438159.

HSL color Cylindrical-coordinate representation of color #4F7634: hue angle of 95.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F7634 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB7911852-
CMYK0.3300.560.54
HSL95.45º38.82%33.33%-
HSV(B)95.45º55.93%46.27%-
XYZ10.3214.875.57-
YUV98.81101.58113.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.73%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 52 (20.70% from 255) = 20.88%
R=31.73%
G=47.39%
B=20.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79118520.3300.560.5495.4538.8233.33
Hex4F763421038365f2721
Octal1171666441070661374741
Binary1001111111011011010010000101110001101101011111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,118,52); }

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

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

 a { background-color: rgb(79,118,52); }

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

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

 span { border-color: rgb(79,118,52); }

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