#4B632D

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

Shades of Dell #4B632D

Tints of Dell #4B632D

Color information

#4B632D (or 0x4B632D) is unknown color: approx Dell. HEX triplet: 4B, 63 and 2D. RGB value is (75,99,45). Sum of RGB (Red+Green+Blue) = 75+99+45=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #4B632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B632D is #B49CD2. Grayscale: #555555. Windows color (decimal): -11836627 or 2974539. OLE color: 2974539.

HSL color Cylindrical-coordinate representation of color #4B632D: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B632D is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB759945-
CMYK0.2400.550.61
HSL86.67º37.5%28.24%-
HSV(B)86.67º54.55%38.82%-
XYZ7.8410.614.12-
YUV85.67105.05120.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.25%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=34.25%
G=45.21%
B=20.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7599450.2400.550.6186.6737.528.24
Hex4B632D180373D57261c
Octal1131435530067751274634
Binary10010111100011101101110000110111111101101011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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