#375F1E

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

Shades of Dell #375F1E

Tints of Dell #375F1E

Color information

#375F1E (or 0x375F1E) is unknown color: approx Dell. HEX triplet: 37, 5F and 1E. RGB value is (55,95,30). Sum of RGB (Red+Green+Blue) = 55+95+30=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #375F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F1E is #C8A0E1. Grayscale: #4B4B4B. Windows color (decimal): -13148386 or 1990455. OLE color: 1990455.

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

Color convert

RGB559530-
CMYK0.4200.680.63
HSL96.92º52%24.51%-
HSV(B)96.92º68.42%37.25%-
XYZ5.99.092.67-
YUV75.63102.25113.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 95 (37.5% from 255) = 52.78%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=30.56%
G=52.78%
B=16.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5595300.4200.680.6396.925224.51
Hex375F1E2A0443F613419
Octal6713736520104771416431
Binary11011110111111111010101001000100111111110000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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