#4B722B

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

Shades of Dell #4B722B

Tints of Dell #4B722B

Color information

#4B722B (or 0x4B722B) is unknown color: approx Dell. HEX triplet: 4B, 72 and 2B. RGB value is (75,114,43). Sum of RGB (Red+Green+Blue) = 75+114+43=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #4B722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B722B is #B48DD4. Grayscale: #5E5E5E. Windows color (decimal): -11832789 or 2847307. OLE color: 2847307.

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

Color convert

RGB7511443-
CMYK0.3400.620.55
HSL92.96º45.22%30.78%-
HSV(B)92.96º62.28%44.71%-
XYZ9.3613.74.44-
YUV94.2499.08114.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=32.33%
G=49.14%
B=18.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75114430.3400.620.5592.9645.2230.78
Hex4B722B2203E375d2d1f
Octal1131625342076671355537
Binary100101111100101010111000100111110110111101110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,43); }

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

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

 a { background-color: rgb(75,114,43); }

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

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

 span { border-color: rgb(75,114,43); }

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