#476933

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

Shades of Dell #476933

Tints of Dell #476933

Color information

#476933 (or 0x476933) is unknown color: approx Dell. HEX triplet: 47, 69 and 33. RGB value is (71,105,51). Sum of RGB (Red+Green+Blue) = 71+105+51=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #476933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476933 is #B896CC. Grayscale: #585858. Windows color (decimal): -12097229 or 3369287. OLE color: 3369287.

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

Color convert

RGB7110551-
CMYK0.3200.510.59
HSL97.78º34.62%30.59%-
HSV(B)97.78º51.43%41.18%-
XYZ8.2511.684.95-
YUV88.68106.74115.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=31.28%
G=46.26%
B=22.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71105510.3200.510.5997.7834.6230.59
Hex476933200333B62231f
Octal1071516340063731424337
Binary100011111010011100111000000110011111011110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476933; }

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

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

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

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

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

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

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

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