#376215

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

Shades of Dell #376215

Tints of Dell #376215

Color information

#376215 (or 0x376215) is unknown color: approx Dell. HEX triplet: 37, 62 and 15. RGB value is (55,98,21). Sum of RGB (Red+Green+Blue) = 55+98+21=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #376215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376215 is #C89DEA. Grayscale: #4C4C4C. Windows color (decimal): -13147627 or 1401399. OLE color: 1401399.

HSL color Cylindrical-coordinate representation of color #376215: hue angle of 93.51º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #376215 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB559821-
CMYK0.4400.790.62
HSL93.51º64.71%23.33%-
HSV(B)93.51º78.57%38.43%-
XYZ6.089.62.24-
YUV76.3796.75112.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 98 (38.67% from 255) = 56.32%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=31.61%
G=56.32%
B=12.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598210.4400.790.6293.5164.7123.33
Hex3762152C04F3E5e4117
Octal67142255401177613610127
Binary110111110001010101101100010011111111101011110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376215; }

 p { color: rgb(55,98,21); }

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

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

 a { background-color: rgb(55,98,21); }

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

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

 span { border-color: rgb(55,98,21); }

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