#4B6039

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

Shades of Dell #4B6039

Tints of Dell #4B6039

Color information

#4B6039 (or 0x4B6039) is unknown color: approx Dell. HEX triplet: 4B, 60 and 39. RGB value is (75,96,57). Sum of RGB (Red+Green+Blue) = 75+96+57=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6039 is #B49FC6. Grayscale: #555555. Windows color (decimal): -11837383 or 3760203. OLE color: 3760203.

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

Color convert

RGB759657-
CMYK0.2200.410.62
HSL92.31º25.49%30%-
HSV(B)92.31º40.62%37.65%-
XYZ7.8210.165.42-
YUV85.28112.04120.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 57 (22.66% from 255) = 25%
R=32.89%
G=42.11%
B=25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596570.2200.410.6292.3125.4930
Hex4B6039160293E5c191e
Octal1131407126051761343136
Binary1001011110000011100110110010100111111010111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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