#476228

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

Shades of Dell #476228

Tints of Dell #476228

Color information

#476228 (or 0x476228) is unknown color: approx Dell. HEX triplet: 47, 62 and 28. RGB value is (71,98,40). Sum of RGB (Red+Green+Blue) = 71+98+40=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #476228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476228 is #B89DD7. Grayscale: #535353. Windows color (decimal): -12099032 or 2646599. OLE color: 2646599.

HSL color Cylindrical-coordinate representation of color #476228: hue angle of 87.93º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #476228 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB719840-
CMYK0.2800.590.62
HSL87.93º42.03%27.06%-
HSV(B)87.93º59.18%38.43%-
XYZ7.3510.233.59-
YUV83.32103.55119.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=33.97%
G=46.89%
B=19.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198400.2800.590.6287.9342.0327.06
Hex4762281C03B3E582a1b
Octal1071425034073761305233
Binary10001111100010101000111000111011111110101100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476228; }

 p { color: rgb(71,98,40); }

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

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

 a { background-color: rgb(71,98,40); }

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

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

 span { border-color: rgb(71,98,40); }

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