#476438

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

Shades of Dell #476438

Tints of Dell #476438

Color information

#476438 (or 0x476438) is unknown color: approx Dell. HEX triplet: 47, 64 and 38. RGB value is (71,100,56). Sum of RGB (Red+Green+Blue) = 71+100+56=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #476438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476438 is #B89BC7. Grayscale: #565656. Windows color (decimal): -12098504 or 3695687. OLE color: 3695687.

HSL color Cylindrical-coordinate representation of color #476438: hue angle of 99.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #476438 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB7110056-
CMYK0.2900.440.61
HSL99.55º28.21%30.59%-
HSV(B)99.55º44%39.22%-
XYZ7.8710.745.4-
YUV86.31110.89117.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=31.28%
G=44.05%
B=24.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71100560.2900.440.6199.5528.2130.59
Hex4764381D02C3D641c1f
Octal1071447035054751443437
Binary1000111110010011100011101010110011110111001001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476438; }

 p { color: rgb(71,100,56); }

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

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

 a { background-color: rgb(71,100,56); }

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

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

 span { border-color: rgb(71,100,56); }

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