#4B7038

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

Shades of Dell #4B7038

Tints of Dell #4B7038

Color information

#4B7038 (or 0x4B7038) is unknown color: approx Dell. HEX triplet: 4B, 70 and 38. RGB value is (75,112,56). Sum of RGB (Red+Green+Blue) = 75+112+56=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7038 is #B48FC7. Grayscale: #5E5E5E. Windows color (decimal): -11833288 or 3698763. OLE color: 3698763.

HSL color Cylindrical-coordinate representation of color #4B7038: hue angle of 99.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B7038 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB7511256-
CMYK0.3300.500.56
HSL99.64º33.33%32.94%-
HSV(B)99.64º50%43.92%-
XYZ9.4113.375.83-
YUV94.55106.24114.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.86%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=30.86%
G=46.09%
B=23.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75112560.3300.500.5699.6433.3332.94
Hex4B70382103238642121
Octal1131607041062701444141
Binary1001011111000011100010000101100101110001100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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