#4B752C

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

Shades of Dell #4B752C

Tints of Dell #4B752C

Color information

#4B752C (or 0x4B752C) is unknown color: approx Dell. HEX triplet: 4B, 75 and 2C. RGB value is (75,117,44). Sum of RGB (Red+Green+Blue) = 75+117+44=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #4B752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B752C is #B48AD3. Grayscale: #606060. Windows color (decimal): -11832020 or 2913611. OLE color: 2913611.

HSL color Cylindrical-coordinate representation of color #4B752C: hue angle of 94.52º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B752C is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB7511744-
CMYK0.3600.620.54
HSL94.52º45.34%31.57%-
HSV(B)94.52º62.39%45.88%-
XYZ9.7214.44.65-
YUV96.1298.59112.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=31.78%
G=49.58%
B=18.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75117440.3600.620.5494.5245.3431.57
Hex4B752C2403E365f2d20
Octal1131655444076661375540
Binary1001011111010110110010010001111101101101011111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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