#4B7831

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

Shades of Dell #4B7831

Tints of Dell #4B7831

Color information

#4B7831 (or 0x4B7831) is unknown color: approx Dell. HEX triplet: 4B, 78 and 31. RGB value is (75,120,49). Sum of RGB (Red+Green+Blue) = 75+120+49=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7831 is #B487CE. Grayscale: #626262. Windows color (decimal): -11831247 or 3242059. OLE color: 3242059.

HSL color Cylindrical-coordinate representation of color #4B7831: hue angle of 98.03º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B7831 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB7512049-
CMYK0.3700.590.53
HSL98.03º42.01%33.14%-
HSV(B)98.03º59.17%47.06%-
XYZ10.1715.155.29-
YUV98.45100.09111.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.74%
GREEN value IS 120 (47.27% from 255) = 49.18%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=30.74%
G=49.18%
B=20.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75120490.3700.590.5398.0342.0133.14
Hex4B78312503B35622a21
Octal1131706145073651425241
Binary1001011111100011000110010101110111101011100010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,120,49); }

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

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

 a { background-color: rgb(75,120,49); }

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

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

 span { border-color: rgb(75,120,49); }

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