#476636

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

Shades of Dell #476636

Tints of Dell #476636

Color information

#476636 (or 0x476636) is unknown color: approx Dell. HEX triplet: 47, 66 and 36. RGB value is (71,102,54). Sum of RGB (Red+Green+Blue) = 71+102+54=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #476636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476636 is #B899C9. Grayscale: #575757. Windows color (decimal): -12097994 or 3565127. OLE color: 3565127.

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

Color convert

RGB7110254-
CMYK0.3000.470.6
HSL98.75º30.77%30.59%-
HSV(B)98.75º47.06%40%-
XYZ8.0211.115.21-
YUV87.26109.23116.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=31.28%
G=44.93%
B=23.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102540.3000.470.698.7530.7730.59
Hex4766361E02F3C631f1f
Octal1071466636057741433737
Binary1000111110011011011011110010111111110011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476636; }

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

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

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

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

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

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

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

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