#476625

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

Shades of Dell #476625

Tints of Dell #476625

Color information

#476625 (or 0x476625) is unknown color: approx Dell. HEX triplet: 47, 66 and 25. RGB value is (71,102,37). Sum of RGB (Red+Green+Blue) = 71+102+37=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #476625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476625 is #B899DA. Grayscale: #555555. Windows color (decimal): -12098011 or 2451015. OLE color: 2451015.

HSL color Cylindrical-coordinate representation of color #476625: hue angle of 88.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #476625 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB7110237-
CMYK0.3000.640.6
HSL88.62º46.76%27.25%-
HSV(B)88.62º63.73%40%-
XYZ7.6810.983.46-
YUV85.32100.73117.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 102 (40.23% from 255) = 48.57%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=33.81%
G=48.57%
B=17.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102370.3000.640.688.6246.7627.25
Hex4766251E0403C592f1b
Octal10714645360100741315733
Binary100011111001101001011111001000000111100101100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476625; }

 p { color: rgb(71,102,37); }

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

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

 a { background-color: rgb(71,102,37); }

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

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

 span { border-color: rgb(71,102,37); }

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