#476b26

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

Shades of Dell #476B26

Tints of Dell #476B26

Color information

#476B26 (or 0x476B26) is unknown color: approx Dell. HEX triplet: 47, 6B and 26. RGB value is (71,107,38). Sum of RGB (Red+Green+Blue) = 71+107+38=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #476B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476B26 is #B894D9. Grayscale: #585858. Windows color (decimal): -12096730 or 2517831. OLE color: 2517831.

HSL color Cylindrical-coordinate representation of color #476B26: hue angle of 91.3º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #476B26 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB7110738-
CMYK0.3400.640.58
HSL91.3º47.59%28.43%-
HSV(B)91.3º64.49%41.96%-
XYZ8.2111.993.72-
YUV88.3799.57115.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 107 (42.19% from 255) = 49.54%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=32.87%
G=49.54%
B=17.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71107380.3400.640.5891.347.5928.43
Hex476B26220403A5b301c
Octal10715346420100721336034
Binary1000111110101110011010001001000000111010101101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476b26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476b26; }

 p { color: rgb(71,107,38); }

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

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

 a { background-color: rgb(71,107,38); }

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

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

 span { border-color: rgb(71,107,38); }

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