#376815

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

Shades of Dell #376815

Tints of Dell #376815

Color information

#376815 (or 0x376815) is unknown color: approx Dell. HEX triplet: 37, 68 and 15. RGB value is (55,104,21). Sum of RGB (Red+Green+Blue) = 55+104+21=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #376815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376815 is #C897EA. Grayscale: #505050. Windows color (decimal): -13146091 or 1402935. OLE color: 1402935.

HSL color Cylindrical-coordinate representation of color #376815: hue angle of 95.42º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #376815 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB5510421-
CMYK0.4700.800.59
HSL95.42º66.4%24.51%-
HSV(B)95.42º79.81%40.78%-
XYZ6.6610.772.44-
YUV79.8994.77110.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 104 (41.02% from 255) = 57.78%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=30.56%
G=57.78%
B=11.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55104210.4700.800.5995.4266.424.51
Hex3768152F0503B5f4219
Octal67150255701207313710231
Binary110111110100010101101111010100001110111011111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376815; }

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

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

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

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

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

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

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

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