#476627

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

Shades of Dell #476627

Tints of Dell #476627

Color information

#476627 (or 0x476627) is unknown color: approx Dell. HEX triplet: 47, 66 and 27. RGB value is (71,102,39). Sum of RGB (Red+Green+Blue) = 71+102+39=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #476627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476627 is #B899D8. Grayscale: #555555. Windows color (decimal): -12098009 or 2582087. OLE color: 2582087.

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

Color convert

RGB7110239-
CMYK0.3000.620.6
HSL89.52º44.68%27.65%-
HSV(B)89.52º61.76%40%-
XYZ7.7210.993.63-
YUV85.55101.73117.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 102 (40.23% from 255) = 48.11%
BLUE value IS 39 (15.62% from 255) = 18.40%
R=33.49%
G=48.11%
B=18.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102390.3000.620.689.5244.6827.65
Hex4766271E03E3C5a2d1c
Octal1071464736076741325534
Binary10001111100110100111111100111110111100101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476627; }

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

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

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

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

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

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

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

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