#396813

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

Shades of Dell #396813

Tints of Dell #396813

Color information

#396813 (or 0x396813) is unknown color: approx Dell. HEX triplet: 39, 68 and 13. RGB value is (57,104,19). Sum of RGB (Red+Green+Blue) = 57+104+19=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #396813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396813 is #C697EC. Grayscale: #505050. Windows color (decimal): -13015021 or 1271865. OLE color: 1271865.

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

Color convert

RGB5710419-
CMYK0.4500.820.59
HSL93.18º69.11%24.12%-
HSV(B)93.18º81.73%40.78%-
XYZ6.7610.822.35-
YUV80.2693.43111.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 104 (41.02% from 255) = 57.78%
BLUE value IS 19 (7.81% from 255) = 10.56%
R=31.67%
G=57.78%
B=10.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104190.4500.820.5993.1869.1124.12
Hex3968132D0523B5d4518
Octal71150235501227313510530
Binary111001110100010011101101010100101110111011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396813; }

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

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

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

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

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

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

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

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