#4B6336

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

Shades of Dell #4B6336

Tints of Dell #4B6336

Color information

#4B6336 (or 0x4B6336) is unknown color: approx Dell. HEX triplet: 4B, 63 and 36. RGB value is (75,99,54). Sum of RGB (Red+Green+Blue) = 75+99+54=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6336 is #B49CC9. Grayscale: #565656. Windows color (decimal): -11836618 or 3564363. OLE color: 3564363.

HSL color Cylindrical-coordinate representation of color #4B6336: hue angle of 92º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B6336 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB759954-
CMYK0.2400.450.61
HSL92º29.41%30%-
HSV(B)92º45.45%38.82%-
XYZ8.0310.695.13-
YUV86.69109.55119.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=32.89%
G=43.42%
B=23.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7599540.2400.450.619229.4130
Hex4B63361802D3D5c1d1e
Octal1131436630055751343536
Binary1001011110001111011011000010110111110110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,99,54); }

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

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

 a { background-color: rgb(75,99,54); }

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

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

 span { border-color: rgb(75,99,54); }

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