#4B752D

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

Shades of Dell #4B752D

Tints of Dell #4B752D

Color information

#4B752D (or 0x4B752D) is unknown color: approx Dell. HEX triplet: 4B, 75 and 2D. RGB value is (75,117,45). Sum of RGB (Red+Green+Blue) = 75+117+45=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #4B752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B752D is #B48AD2. Grayscale: #606060. Windows color (decimal): -11832019 or 2979147. OLE color: 2979147.

HSL color Cylindrical-coordinate representation of color #4B752D: hue angle of 95º degrees, saturation: 0.44, 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 #4B752D is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB7511745-
CMYK0.3600.620.54
HSL95º44.44%31.76%-
HSV(B)95º61.54%45.88%-
XYZ9.7414.414.75-
YUV96.2399.09112.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.65%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=31.65%
G=49.37%
B=18.99%

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
Decimal75117450.3600.620.549544.4431.76
Hex4B752D2403E365f2c20
Octal1131655544076661375440
Binary1001011111010110110110010001111101101101011111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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