#4B712E

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

Shades of Dell #4B712E

Tints of Dell #4B712E

Color information

#4B712E (or 0x4B712E) is unknown color: approx Dell. HEX triplet: 4B, 71 and 2E. RGB value is (75,113,46). Sum of RGB (Red+Green+Blue) = 75+113+46=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #4B712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B712E is #B48ED1. Grayscale: #5E5E5E. Windows color (decimal): -11833042 or 3043659. OLE color: 3043659.

HSL color Cylindrical-coordinate representation of color #4B712E: hue angle of 94.03º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B712E is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB7511346-
CMYK0.3400.590.56
HSL94.03º42.14%31.18%-
HSV(B)94.03º59.29%44.31%-
XYZ9.313.54.7-
YUV94100.91114.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.05%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=32.05%
G=48.29%
B=19.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75113460.3400.590.5694.0342.1431.18
Hex4B712E2203B385e2a1f
Octal1131615642073701365237
Binary100101111100011011101000100111011111000101111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,113,46); }

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

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

 a { background-color: rgb(75,113,46); }

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

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

 span { border-color: rgb(75,113,46); }

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