#477333

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

Shades of Dell #477333

Tints of Dell #477333

Color information

#477333 (or 0x477333) is unknown color: approx Dell. HEX triplet: 47, 73 and 33. RGB value is (71,115,51). Sum of RGB (Red+Green+Blue) = 71+115+51=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #477333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477333 is #B88CCC. Grayscale: #5E5E5E. Windows color (decimal): -12094669 or 3371847. OLE color: 3371847.

HSL color Cylindrical-coordinate representation of color #477333: hue angle of 101.25º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #477333 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB7111551-
CMYK0.3800.560.55
HSL101.25º38.55%32.55%-
HSV(B)101.25º55.65%45.1%-
XYZ9.3313.845.31-
YUV94.55103.42111.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=29.96%
G=48.52%
B=21.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71115510.3800.560.55101.2538.5532.55
Hex4773332603837652721
Octal1071636346070671454741
Binary1000111111001111001110011001110001101111100101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477333; }

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

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

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

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

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

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

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

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