#4F7635

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

Shades of Dell #4F7635

Tints of Dell #4F7635

Color information

#4F7635 (or 0x4F7635) is unknown color: approx Dell. HEX triplet: 4F, 76 and 35. RGB value is (79,118,53). Sum of RGB (Red+Green+Blue) = 79+118+53=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #4F7635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7635 is #B089CA. Grayscale: #636363. Windows color (decimal): -11569611 or 3503695. OLE color: 3503695.

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

Color convert

RGB7911853-
CMYK0.3300.550.54
HSL96º38.01%33.53%-
HSV(B)96º55.08%46.27%-
XYZ10.3514.885.69-
YUV98.93102.08113.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.6%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 53 (21.09% from 255) = 21.2%
R=31.6%
G=47.2%
B=21.2%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79118530.3300.550.549638.0133.53
Hex4F76352103736602622
Octal1171666541067661404642
Binary1001111111011011010110000101101111101101100000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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