#476433

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

Shades of Dell #476433

Tints of Dell #476433

Color information

#476433 (or 0x476433) is unknown color: approx Dell. HEX triplet: 47, 64 and 33. RGB value is (71,100,51). Sum of RGB (Red+Green+Blue) = 71+100+51=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #476433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476433 is #B89BCC. Grayscale: #555555. Windows color (decimal): -12098509 or 3368007. OLE color: 3368007.

HSL color Cylindrical-coordinate representation of color #476433: hue angle of 95.51º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #476433 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB7110051-
CMYK0.2900.490.61
HSL95.51º32.45%29.61%-
HSV(B)95.51º49%39.22%-
XYZ7.7510.694.79-
YUV85.74108.39117.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=31.98%
G=45.05%
B=22.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71100510.2900.490.6195.5132.4529.61
Hex4764331D0313D60201e
Octal1071446335061751404036
Binary10001111100100110011111010110001111101110000010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476433; }

 p { color: rgb(71,100,51); }

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

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

 a { background-color: rgb(71,100,51); }

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

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

 span { border-color: rgb(71,100,51); }

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