#4B6B3A

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

Shades of Dell #4B6B3A

Tints of Dell #4B6B3A

Color information

#4B6B3A (or 0x4B6B3A) is unknown color: approx Dell. HEX triplet: 4B, 6B and 3A. RGB value is (75,107,58). Sum of RGB (Red+Green+Blue) = 75+107+58=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6B3A is #B494C5. Grayscale: #5C5C5C. Windows color (decimal): -11834566 or 3828555. OLE color: 3828555.

HSL color Cylindrical-coordinate representation of color #4B6B3A: hue angle of 99.18º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B6B3A is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB7510758-
CMYK0.3000.460.58
HSL99.18º29.7%32.35%-
HSV(B)99.18º45.79%41.96%-
XYZ8.9212.325.91-
YUV91.85108.9115.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 107 (42.19% from 255) = 44.58%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=31.25%
G=44.58%
B=24.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75107580.3000.460.5899.1829.732.35
Hex4B6B3A1E02E3A631e20
Octal1131537236056721433640
Binary10010111101011111010111100101110111010110001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,107,58); }

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

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

 a { background-color: rgb(75,107,58); }

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

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

 span { border-color: rgb(75,107,58); }

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