#4B6F2A

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

Shades of Dell #4B6F2A

Tints of Dell #4B6F2A

Color information

#4B6F2A (or 0x4B6F2A) is unknown color: approx Dell. HEX triplet: 4B, 6F and 2A. RGB value is (75,111,42). Sum of RGB (Red+Green+Blue) = 75+111+42=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6F2A is #B490D5. Grayscale: #5C5C5C. Windows color (decimal): -11833558 or 2781003. OLE color: 2781003.

HSL color Cylindrical-coordinate representation of color #4B6F2A: hue angle of 91.3º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B6F2A is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB7511142-
CMYK0.3200.620.56
HSL91.3º45.1%30%-
HSV(B)91.3º62.16%43.53%-
XYZ913.034.23-
YUV92.3799.57115.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 111 (43.75% from 255) = 48.68%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=32.89%
G=48.68%
B=18.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75111420.3200.620.5691.345.130
Hex4B6F2A2003E385b2d1e
Octal1131575240076701335536
Binary100101111011111010101000000111110111000101101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,111,42); }

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

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

 a { background-color: rgb(75,111,42); }

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

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

 span { border-color: rgb(75,111,42); }

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