#4B6138

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

Shades of Dell #4B6138

Tints of Dell #4B6138

Color information

#4B6138 (or 0x4B6138) is unknown color: approx Dell. HEX triplet: 4B, 61 and 38. RGB value is (75,97,56). Sum of RGB (Red+Green+Blue) = 75+97+56=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #4B6138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6138 is #B49EC7. Grayscale: #555555. Windows color (decimal): -11837128 or 3694923. OLE color: 3694923.

HSL color Cylindrical-coordinate representation of color #4B6138: hue angle of 92.2º degrees, saturation: 0.27, 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 #4B6138 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB759756-
CMYK0.2300.420.62
HSL92.2º26.8%30%-
HSV(B)92.2º42.27%38.04%-
XYZ7.8910.335.32-
YUV85.75111.21120.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=32.89%
G=42.54%
B=24.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7597560.2300.420.6292.226.830
Hex4B61381702A3E5c1b1e
Octal1131417027052761343336
Binary1001011110000111100010111010101011111010111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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