#4F7334

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

Shades of Dell #4F7334

Tints of Dell #4F7334

Color information

#4F7334 (or 0x4F7334) is unknown color: approx Dell. HEX triplet: 4F, 73 and 34. RGB value is (79,115,52). Sum of RGB (Red+Green+Blue) = 79+115+52=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7334 is #B08CCB. Grayscale: #616161. Windows color (decimal): -11570380 or 3437391. OLE color: 3437391.

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

Color convert

RGB7911552-
CMYK0.3100.550.55
HSL94.29º37.72%32.75%-
HSV(B)94.29º54.78%45.1%-
XYZ9.9814.175.46-
YUV97.05102.57115.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=32.11%
G=46.75%
B=21.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79115520.3100.550.5594.2937.7232.75
Hex4F73341F037375e2621
Octal1171636437067671364641
Binary100111111100111101001111101101111101111011110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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