#376213

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

Shades of Dell #376213

Tints of Dell #376213

Color information

#376213 (or 0x376213) is unknown color: approx Dell. HEX triplet: 37, 62 and 13. RGB value is (55,98,19). Sum of RGB (Red+Green+Blue) = 55+98+19=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #376213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376213 is #C89DEC. Grayscale: #4C4C4C. Windows color (decimal): -13147629 or 1270327. OLE color: 1270327.

HSL color Cylindrical-coordinate representation of color #376213: hue angle of 92.66º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #376213 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB559819-
CMYK0.4400.810.62
HSL92.66º67.52%22.94%-
HSV(B)92.66º80.61%38.43%-
XYZ6.069.592.15-
YUV76.1495.75112.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=31.98%
G=56.98%
B=11.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598190.4400.810.6292.6667.5222.94
Hex3762132C0513E5d4417
Octal67142235401217613510427
Binary110111110001010011101100010100011111101011101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376213; }

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

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

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

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

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

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

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

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