#375C1A

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

Shades of Dell #375C1A

Tints of Dell #375C1A

Color information

#375C1A (or 0x375C1A) is unknown color: approx Dell. HEX triplet: 37, 5C and 1A. RGB value is (55,92,26). Sum of RGB (Red+Green+Blue) = 55+92+26=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #375C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C1A is #C8A3E5. Grayscale: #494949. Windows color (decimal): -13149158 or 1727543. OLE color: 1727543.

HSL color Cylindrical-coordinate representation of color #375C1A: hue angle of 93.64º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #375C1A is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB559226-
CMYK0.4000.720.64
HSL93.64º55.93%23.14%-
HSV(B)93.64º71.74%36.08%-
XYZ5.598.542.33-
YUV73.41101.24114.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 92 (36.33% from 255) = 53.18%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=31.79%
G=53.18%
B=15.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5592260.4000.720.6493.6455.9323.14
Hex375C1A28048405e3817
Octal67134325001101001367027
Binary110111101110011010101000010010001000000101111011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,92,26); }

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

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

 a { background-color: rgb(55,92,26); }

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

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

 span { border-color: rgb(55,92,26); }

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