#4B782F

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

Shades of Dell #4B782F

Tints of Dell #4B782F

Color information

#4B782F (or 0x4B782F) is unknown color: approx Dell. HEX triplet: 4B, 78 and 2F. RGB value is (75,120,47). Sum of RGB (Red+Green+Blue) = 75+120+47=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #4B782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B782F is #B487D0. Grayscale: #626262. Windows color (decimal): -11831249 or 3110987. OLE color: 3110987.

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

Color convert

RGB7512047-
CMYK0.3700.610.53
HSL96.99º43.71%32.75%-
HSV(B)96.99º60.83%47.06%-
XYZ10.1315.135.08-
YUV98.2299.09111.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.99%
GREEN value IS 120 (47.27% from 255) = 49.59%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=30.99%
G=49.59%
B=19.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75120470.3700.610.5396.9943.7132.75
Hex4B782F2503D35612c21
Octal1131705745075651415441
Binary1001011111100010111110010101111011101011100001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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