#375D18

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

Shades of Dell #375D18

Tints of Dell #375D18

Color information

#375D18 (or 0x375D18) is unknown color: approx Dell. HEX triplet: 37, 5D and 18. RGB value is (55,93,24). Sum of RGB (Red+Green+Blue) = 55+93+24=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #375D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375D18 is #C8A2E7. Grayscale: #4A4A4A. Windows color (decimal): -13148904 or 1596727. OLE color: 1596727.

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

Color convert

RGB559324-
CMYK0.4100.740.64
HSL93.04º58.97%22.94%-
HSV(B)93.04º74.19%36.47%-
XYZ5.658.712.25-
YUV73.7799.91114.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 93 (36.72% from 255) = 54.07%
BLUE value IS 24 (9.77% from 255) = 13.95%
R=31.98%
G=54.07%
B=13.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5593240.4100.740.6493.0458.9722.94
Hex375D182904A405d3b17
Octal67135305101121001357327
Binary110111101110111000101001010010101000000101110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,93,24); }

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

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

 a { background-color: rgb(55,93,24); }

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

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

 span { border-color: rgb(55,93,24); }

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