#396814

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

Shades of Dell #396814

Tints of Dell #396814

Color information

#396814 (or 0x396814) is unknown color: approx Dell. HEX triplet: 39, 68 and 14. RGB value is (57,104,20). Sum of RGB (Red+Green+Blue) = 57+104+20=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #396814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396814 is #C697EB. Grayscale: #505050. Windows color (decimal): -13015020 or 1337401. OLE color: 1337401.

HSL color Cylindrical-coordinate representation of color #396814: hue angle of 93.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #396814 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB5710420-
CMYK0.4500.810.59
HSL93.57º67.74%24.31%-
HSV(B)93.57º80.77%40.78%-
XYZ6.7610.822.39-
YUV80.3793.93111.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=31.49%
G=57.46%
B=11.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104200.4500.810.5993.5767.7424.31
Hex3968142D0513B5e4418
Octal71150245501217313610430
Binary111001110100010100101101010100011110111011110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396814; }

 p { color: rgb(57,104,20); }

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

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

 a { background-color: rgb(57,104,20); }

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

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

 span { border-color: rgb(57,104,20); }

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