#396317

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

Shades of Dell #396317

Tints of Dell #396317

Color information

#396317 (or 0x396317) is unknown color: approx Dell. HEX triplet: 39, 63 and 17. RGB value is (57,99,23). Sum of RGB (Red+Green+Blue) = 57+99+23=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #396317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396317 is #C69CE8. Grayscale: #4E4E4E. Windows color (decimal): -13016297 or 1532729. OLE color: 1532729.

HSL color Cylindrical-coordinate representation of color #396317: hue angle of 93.16º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396317 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB579923-
CMYK0.4200.770.61
HSL93.16º62.3%23.92%-
HSV(B)93.16º76.77%38.82%-
XYZ6.39.862.38-
YUV77.7897.09113.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.84%
GREEN value IS 99 (39.06% from 255) = 55.31%
BLUE value IS 23 (9.38% from 255) = 12.85%
R=31.84%
G=55.31%
B=12.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799230.4200.770.6193.1662.323.92
Hex3963172A04D3D5d3e18
Octal7114327520115751357630
Binary11100111000111011110101001001101111101101110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396317; }

 p { color: rgb(57,99,23); }

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

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

 a { background-color: rgb(57,99,23); }

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

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

 span { border-color: rgb(57,99,23); }

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