#4B6038

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

Shades of Dell #4B6038

Tints of Dell #4B6038

Color information

#4B6038 (or 0x4B6038) is unknown color: approx Dell. HEX triplet: 4B, 60 and 38. RGB value is (75,96,56). Sum of RGB (Red+Green+Blue) = 75+96+56=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6038 is #B49FC7. Grayscale: #555555. Windows color (decimal): -11837384 or 3694667. OLE color: 3694667.

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

Color convert

RGB759656-
CMYK0.2200.420.62
HSL91.5º26.32%29.8%-
HSV(B)91.5º41.67%37.65%-
XYZ7.810.155.29-
YUV85.16111.54120.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=33.04%
G=42.29%
B=24.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596560.2200.420.6291.526.3229.8
Hex4B60381602A3E5c1a1e
Octal1131407026052761343236
Binary1001011110000011100010110010101011111010111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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