#476F32

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

Shades of Dell #476F32

Tints of Dell #476F32

Color information

#476F32 (or 0x476F32) is unknown color: approx Dell. HEX triplet: 47, 6F and 32. RGB value is (71,111,50). Sum of RGB (Red+Green+Blue) = 71+111+50=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #476F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F32 is #B890CD. Grayscale: #5C5C5C. Windows color (decimal): -12095694 or 3305287. OLE color: 3305287.

HSL color Cylindrical-coordinate representation of color #476F32: hue angle of 99.34º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #476F32 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB7111150-
CMYK0.3600.550.56
HSL99.34º37.89%31.57%-
HSV(B)99.34º54.95%43.53%-
XYZ8.8612.945.05-
YUV92.09104.25112.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 111 (43.75% from 255) = 47.84%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=30.60%
G=47.84%
B=21.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71111500.3600.550.5699.3437.8931.57
Hex476F322403738632620
Octal1071576244067701434640
Binary1000111110111111001010010001101111110001100011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476F32; }

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

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

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

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

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

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

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

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