#375F16

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

Shades of Dell #375F16

Tints of Dell #375F16

Color information

#375F16 (or 0x375F16) is unknown color: approx Dell. HEX triplet: 37, 5F and 16. RGB value is (55,95,22). Sum of RGB (Red+Green+Blue) = 55+95+22=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #375F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375F16 is #C8A0E9. Grayscale: #4A4A4A. Windows color (decimal): -13148394 or 1466167. OLE color: 1466167.

HSL color Cylindrical-coordinate representation of color #375F16: hue angle of 92.88º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375F16 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB559522-
CMYK0.4200.770.63
HSL92.88º62.39%22.94%-
HSV(B)92.88º76.84%37.25%-
XYZ5.819.052.2-
YUV74.7298.25113.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 95 (37.5% from 255) = 55.23%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=31.98%
G=55.23%
B=12.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5595220.4200.770.6392.8862.3922.94
Hex375F162A04D3F5d3e17
Octal6713726520115771357627
Binary11011110111111011010101001001101111111101110111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375F16; }

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

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

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

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

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

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

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

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