#4B712C

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

Shades of Dell #4B712C

Tints of Dell #4B712C

Color information

#4B712C (or 0x4B712C) is unknown color: approx Dell. HEX triplet: 4B, 71 and 2C. RGB value is (75,113,44). Sum of RGB (Red+Green+Blue) = 75+113+44=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #4B712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B712C is #B48ED3. Grayscale: #5E5E5E. Windows color (decimal): -11833044 or 2912587. OLE color: 2912587.

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

Color convert

RGB7511344-
CMYK0.3400.610.56
HSL93.04º43.95%30.78%-
HSV(B)93.04º61.06%44.31%-
XYZ9.2613.494.5-
YUV93.7799.91114.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=32.33%
G=48.71%
B=18.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75113440.3400.610.5693.0443.9530.78
Hex4B712C2203D385d2c1f
Octal1131615442075701355437
Binary100101111100011011001000100111101111000101110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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