#4B6032

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

Shades of Dell #4B6032

Tints of Dell #4B6032

Color information

#4B6032 (or 0x4B6032) is unknown color: approx Dell. HEX triplet: 4B, 60 and 32. RGB value is (75,96,50). Sum of RGB (Red+Green+Blue) = 75+96+50=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6032 is #B49FCD. Grayscale: #545454. Windows color (decimal): -11837390 or 3301451. OLE color: 3301451.

HSL color Cylindrical-coordinate representation of color #4B6032: hue angle of 87.39º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B6032 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB759650-
CMYK0.2200.480.62
HSL87.39º31.51%28.63%-
HSV(B)87.39º47.92%37.65%-
XYZ7.6610.094.56-
YUV84.48108.54121.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.94%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=33.94%
G=43.44%
B=22.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596500.2200.480.6287.3931.5128.63
Hex4B6032160303E57201d
Octal1131406226060761274035
Binary10010111100000110010101100110000111110101011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,96,50); }

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

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

 a { background-color: rgb(75,96,50); }

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

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

 span { border-color: rgb(75,96,50); }

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