#476626

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

Shades of Dell #476626

Tints of Dell #476626

Color information

#476626 (or 0x476626) is unknown color: approx Dell. HEX triplet: 47, 66 and 26. RGB value is (71,102,38). Sum of RGB (Red+Green+Blue) = 71+102+38=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #476626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476626 is #B899D9. Grayscale: #555555. Windows color (decimal): -12098010 or 2516551. OLE color: 2516551.

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

Color convert

RGB7110238-
CMYK0.3000.630.6
HSL89.06º45.71%27.45%-
HSV(B)89.06º62.75%40%-
XYZ7.710.983.55-
YUV85.43101.23117.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=33.65%
G=48.34%
B=18.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102380.3000.630.689.0645.7127.45
Hex4766261E03F3C592e1b
Octal1071464636077741315633
Binary10001111100110100110111100111111111100101100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476626; }

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

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

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

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

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

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

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

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