#476334

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

Shades of Dell #476334

Tints of Dell #476334

Color information

#476334 (or 0x476334) is unknown color: approx Dell. HEX triplet: 47, 63 and 34. RGB value is (71,99,52). Sum of RGB (Red+Green+Blue) = 71+99+52=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #476334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476334 is #B89CCB. Grayscale: #555555. Windows color (decimal): -12098764 or 3433287. OLE color: 3433287.

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

Color convert

RGB719952-
CMYK0.2800.470.61
HSL95.74º31.13%29.61%-
HSV(B)95.74º47.47%38.82%-
XYZ7.6810.514.87-
YUV85.27109.22117.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=31.98%
G=44.59%
B=23.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199520.2800.470.6195.7431.1329.61
Hex4763341C02F3D601f1e
Octal1071436434057751403736
Binary1000111110001111010011100010111111110111000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476334; }

 p { color: rgb(71,99,52); }

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

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

 a { background-color: rgb(71,99,52); }

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

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

 span { border-color: rgb(71,99,52); }

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