#376316

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

Shades of Dell #376316

Tints of Dell #376316

Color information

#376316 (or 0x376316) is unknown color: approx Dell. HEX triplet: 37, 63 and 16. RGB value is (55,99,22). Sum of RGB (Red+Green+Blue) = 55+99+22=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #376316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376316 is #C89CE9. Grayscale: #4D4D4D. Windows color (decimal): -13147370 or 1467191. OLE color: 1467191.

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

Color convert

RGB559922-
CMYK0.4400.780.61
HSL94.29º63.64%23.73%-
HSV(B)94.29º77.78%38.82%-
XYZ6.189.792.32-
YUV77.0796.92112.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.25%
GREEN value IS 99 (39.06% from 255) = 56.25%
BLUE value IS 22 (8.98% from 255) = 12.5%
R=31.25%
G=56.25%
B=12.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5599220.4400.780.6194.2963.6423.73
Hex3763162C04E3D5e4018
Octal67143265401167513610030
Binary110111110001110110101100010011101111011011110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376316; }

 p { color: rgb(55,99,22); }

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

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

 a { background-color: rgb(55,99,22); }

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

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

 span { border-color: rgb(55,99,22); }

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