#477233

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

Shades of Dell #477233

Tints of Dell #477233

Color information

#477233 (or 0x477233) is unknown color: approx Dell. HEX triplet: 47, 72 and 33. RGB value is (71,114,51). Sum of RGB (Red+Green+Blue) = 71+114+51=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #477233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477233 is #B88DCC. Grayscale: #5E5E5E. Windows color (decimal): -12094925 or 3371591. OLE color: 3371591.

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

Color convert

RGB7111451-
CMYK0.3800.550.55
HSL100.95º38.18%32.35%-
HSV(B)100.95º55.26%44.71%-
XYZ9.2113.615.27-
YUV93.96103.75111.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=30.08%
G=48.31%
B=21.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114510.3800.550.55100.9538.1832.35
Hex4772332603737652620
Octal1071626346067671454640
Binary1000111111001011001110011001101111101111100101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477233; }

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

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

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

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

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

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

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

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