#476732

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

Shades of Dell #476732

Tints of Dell #476732

Color information

#476732 (or 0x476732) is unknown color: approx Dell. HEX triplet: 47, 67 and 32. RGB value is (71,103,50). Sum of RGB (Red+Green+Blue) = 71+103+50=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #476732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476732 is #B898CD. Grayscale: #575757. Windows color (decimal): -12097742 or 3303239. OLE color: 3303239.

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

Color convert

RGB7110350-
CMYK0.3100.510.60
HSL96.23º34.64%30%-
HSV(B)96.23º51.46%40.39%-
XYZ8.0211.274.77-
YUV87.39106.9116.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=31.70%
G=45.98%
B=22.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103500.3100.510.6096.2334.6430
Hex4767321F0333C60231e
Octal1071476237063741404336
Binary10001111100111110010111110110011111100110000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476732; }

 p { color: rgb(71,103,50); }

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

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

 a { background-color: rgb(71,103,50); }

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

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

 span { border-color: rgb(71,103,50); }

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