#476138

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

Shades of Dell #476138

Tints of Dell #476138

Color information

#476138 (or 0x476138) is unknown color: approx Dell. HEX triplet: 47, 61 and 38. RGB value is (71,97,56). Sum of RGB (Red+Green+Blue) = 71+97+56=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #476138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476138 is #B89EC7. Grayscale: #545454. Windows color (decimal): -12099272 or 3694919. OLE color: 3694919.

HSL color Cylindrical-coordinate representation of color #476138: hue angle of 98.05º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #476138 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB719756-
CMYK0.2700.420.62
HSL98.05º26.8%30%-
HSV(B)98.05º42.27%38.04%-
XYZ7.5910.175.31-
YUV84.55111.89118.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 56 (22.27% from 255) = 25%
R=31.70%
G=43.30%
B=25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197560.2700.420.6298.0526.830
Hex4761381B02A3E621b1e
Octal1071417033052761423336
Binary1000111110000111100011011010101011111011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476138; }

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

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

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

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

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

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

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

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