#375F13

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

Shades of Dell #375F13

Tints of Dell #375F13

Color information

#375F13 (or 0x375F13) is unknown color: approx Dell. HEX triplet: 37, 5F and 13. RGB value is (55,95,19). Sum of RGB (Red+Green+Blue) = 55+95+19=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 95 (37.5% from 255 or 56.21% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 95 - color contains mainly: green. Hex color #375F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375F13 is #C8A0EC. Grayscale: #4A4A4A. Windows color (decimal): -13148397 or 1269559. OLE color: 1269559.

HSL color Cylindrical-coordinate representation of color #375F13: hue angle of 91.58º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #375F13 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB559519-
CMYK0.4200.800.63
HSL91.58º66.67%22.35%-
HSV(B)91.58º80%37.25%-
XYZ5.799.042.06-
YUV74.3896.75114.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 95 (37.5% from 255) = 56.21%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=32.54%
G=56.21%
B=11.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5595190.4200.800.6391.5866.6722.35
Hex375F132A0503F5c4316
Octal67137235201207713410326
Binary110111101111110011101010010100001111111011100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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