#476237

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

Shades of Dell #476237

Tints of Dell #476237

Color information

#476237 (or 0x476237) is unknown color: approx Dell. HEX triplet: 47, 62 and 37. RGB value is (71,98,55). Sum of RGB (Red+Green+Blue) = 71+98+55=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #476237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476237 is #B89DC8. Grayscale: #555555. Windows color (decimal): -12099017 or 3629639. OLE color: 3629639.

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

Color convert

RGB719855-
CMYK0.2800.440.62
HSL97.67º28.1%30%-
HSV(B)97.67º43.88%38.43%-
XYZ7.6610.355.21-
YUV85.02111.05118-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 55 (21.88% from 255) = 24.55%
R=31.70%
G=43.75%
B=24.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198550.2800.440.6297.6728.130
Hex4762371C02C3E621c1e
Octal1071426734054761423436
Binary1000111110001011011111100010110011111011000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476237; }

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

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

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

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

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

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

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

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