#476733

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

Shades of Dell #476733

Tints of Dell #476733

Color information

#476733 (or 0x476733) is unknown color: approx Dell. HEX triplet: 47, 67 and 33. RGB value is (71,103,51). Sum of RGB (Red+Green+Blue) = 71+103+51=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #476733 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476733 is #B898CC. Grayscale: #575757. Windows color (decimal): -12097741 or 3368775. OLE color: 3368775.

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

Color convert

RGB7110351-
CMYK0.3100.500.60
HSL96.92º33.77%30.2%-
HSV(B)96.92º50.49%40.39%-
XYZ8.0511.284.88-
YUV87.5107.4116.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=31.56%
G=45.78%
B=22.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103510.3100.500.6096.9233.7730.2
Hex4767331F0323C61221e
Octal1071476337062741414236
Binary10001111100111110011111110110010111100110000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476733; }

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

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

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

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

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

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

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

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