#476536

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

Shades of Dell #476536

Tints of Dell #476536

Color information

#476536 (or 0x476536) is unknown color: approx Dell. HEX triplet: 47, 65 and 36. RGB value is (71,101,54). Sum of RGB (Red+Green+Blue) = 71+101+54=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #476536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476536 is #B89AC9. Grayscale: #565656. Windows color (decimal): -12098250 or 3564871. OLE color: 3564871.

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

Color convert

RGB7110154-
CMYK0.3000.470.60
HSL98.3º30.32%30.39%-
HSV(B)98.3º46.53%39.61%-
XYZ7.9210.915.18-
YUV86.67109.56116.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=31.42%
G=44.69%
B=23.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71101540.3000.470.6098.330.3230.39
Hex4765361E02F3C621e1e
Octal1071456636057741423636
Binary1000111110010111011011110010111111110011000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476536; }

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

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

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

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

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

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

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

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